Issue Team Ownership

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

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

추가 유용한 문서, 링크 및 기사:

PREVIEWING: leomelki/ERRORT-5248_auto-assign