Skip to content

Commit

Permalink
fix(alerts): Add current assignee to issue alert suggested assignees
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Aug 18, 2023
1 parent 728eae3 commit 299ce97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/product/alerts/create-alerts/issue-alert-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ Learn more about [routing alerts with integrations](/product/alerts/create-alert

### Suggested Assignees

Suggested Assignees are people who have either been assigned as [owners of an issue](/product/issues/ownership-rules/) or have been identified as authors of the commit and pull request in which a [suspect commit](/product/issues/suspect-commits/) was made. When an alert is triggered, they can choose to be notified via email or Slack, (depending on their [notification settings](/product/alerts/notifications/notification-settings/).
Suggested Assignees are people or teams that are currently assigned the issue, assigned as [owners of an issue](/product/issues/ownership-rules/) or have been identified as authors of the commit and pull request in which a [suspect commit](/product/issues/suspect-commits/) was made. When an alert is triggered, they can choose to be notified via email or Slack, (depending on their [notification settings](/product/alerts/notifications/notification-settings/).

If a suggested assignee hasn't been configured or found, the notification will be sent to the teams or members specified in the fallback notification setting, as shown below:
If a suggested assignee hasn't been assigned, configured or found, the notification will be sent to the teams or members specified in the fallback notification setting, as shown below:

![Suggested Assignees with notify all project members selected.](suggested_assignee_all_members.png)

Expand Down

0 comments on commit 299ce97

Please sign in to comment.