Issue Team Ownership

This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

Overview

Issue Team Ownership automates your triaging work by assigning issues to the right teams. Your team owns an issue if it is either:

  • code owner of the top level stack-frame of the issue according to GitHub CODEOWNERS.
  • owner of the service where the issue happens.

Note: Stack frames linking to third-party files are not taken into account. Only the top level stack frame related to a file present in your repository is considered.

Leverage team ownership

Team ownership information appears on the issue details panel when available:

Team ownership information on issue details

You can also use issue team ownership to filter issues by teams in the Error Tracking Explorer.

Team ownership information on sidebar

Setup

Configure Source Code Integration

Ensure Source Code Integration is setup and install the GitHub integration. Make sure all requested permissions are granted for the GitHub integration.

Set up CODEOWNERS file

Create a valid CODEOWNERS file in your repository following GitHub’s CODEOWNERS standards.

In Datadog, go to Teams > Select your team > Settings > GitHub Connection to map your Datadog teams to the corresponding GitHub teams defined in your CODEOWNERS file.

Linking GitHub teams to Datadog teams

Note: Issue Team Ownership only supports GitHub.

Configuration

Issue Team Ownership is enabled by default for all services once the setup requirements are met. You can control this feature at both global and service levels through the Error Tracking settings page.

Issue Team Ownership configuration settings

Further Reading

Más enlaces, artículos y documentación útiles:

PREVIEWING: leomelki/ERRORT-5248_auto-assign