Auto Assign

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

Overview

Auto Assign automates triaging by assigning issues to the author of their suspect commit.

This feature enables faster issue resolution by automatically assigning issues to developers most familiar with the relevant code, while reducing manual triage work. Developers are immediately notified when issues arise from their code.

Setup

Once configured and enabled, issues are automatically assigned to developers based on suspect commit analysis.

Configure Source Code Integration

  • Ensure Source Code Integration is enabled and setup.
  • Install the GitHub integration. Make sure all requested permission is granted for the GitHub integration.
  • Developers must use the same email address in both Git and their Datadog account.

How it works

When an error occurs, Auto Assign:

  1. Analyzes the stack trace to identify a suspect commit
  2. Finds the author of this commit
  3. Assigns the issue to that developer and sends a notification.

Managing assignments

Configuration

Navigate to the Error Tracking configuration section in Datadog to manage Auto Assign settings. You can enable or disable Auto Assign globally for your entire organization, or configure it on a per-service basis for more granular control.

Assignment management

You can view assigned developers directly within each issue in Datadog. If needed, manual reassignment is always possible to override the automatic assignment.

Further Reading

PREVIEWING: leomelki/ERRORT-5248_auto-assign