このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Overview
Issue Team Ownership automatically assigns issues to teams by linking error stack traces to your Git CODEOWNERS
files. This feature streamlines issue resolution by connecting errors to the appropriate teams, making it easier to identify which team should handle specific problems with team-based filtering, and accurate ownership mapping.
Leverage team ownership
Team ownership information appears on the issue details panel when available:
You can also use issue team ownership to filter issues by teams in the Error Tracking Explorer. Use the team filter to view only issues assigned to specific teams, making it easier to focus on issues relevant to your team.
Setup
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.
Link GitHub teams to Datadog teams
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.
Note: Issue Team Ownership currently supports GitHub only.
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.
Further Reading