-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[error-tracking] auto assign documentation #30011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ℹ️ Documentation Team ReviewNo documentation team review is required for this pull request. |
293df85
to
a97bcd2
Compare
Preview links (active after the
|
|
||
## Overview | ||
|
||
Auto Assign helps teams quickly resolve issues by automatically assigning them to the most likely responsible developers. It uses [suspect commits][1] to identify developers who may have introduced issues, then assigns the issue directly to the developer who made those commits. When an issue is automatically assigned to a developer, they receive an immediate notification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto Assign helps teams quickly resolve issues by automatically assigning them to the most likely responsible developers. It uses [suspect commits][1] to identify developers who may have introduced issues, then assigns the issue directly to the developer who made those commits. When an issue is automatically assigned to a developer, they receive an immediate notification. | |
Auto Assign automates triaging by assigning issues to the author of their [suspect commit][1]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
- Ensure [Source Code Integration][2] is enabled and setup. | ||
- Install [the GitHub integration][3]. Make sure all requested permission is granted for the GitHub integration. | ||
|
||
### Ensure email consistency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make it a bullet point in the previous list and remove the second sentence that repeat the first one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
When an error occurs, Auto Assign: | ||
|
||
1. Analyzes the stack trace to identify suspect commits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Analyzes the stack trace to identify suspect commits | |
1. Analyzes the stack trace to identify a suspect commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
### 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. | ||
|
||
## Benefits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as in the other PR: a single sentence on why this is useful and it should be in the first paragraph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.