Skip to content

Commit

Permalink
Merge pull request #14538 from Matan2801/patch-94
Browse files Browse the repository at this point in the history
Update incident-workflows.mdx
  • Loading branch information
rhetoric101 authored Sep 11, 2023
2 parents fa61f37 + c1949dd commit 5a2cb35
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,16 @@ The issue notification log displays the following columns:
7. **Error Details:** This column displays additional details if the notification failed.
8. **Notification Result:** This column displays a link to evidence in the third party (for example, a Slack thread or JIRA ticket) if the notification was sent successfully.

## NrAiNotification [#NrAiNotification]
You can query all information from the issue notifications using the `NrAiNotification` event.

Use this query to see all notifications sent from workflows faceted by destination types:

```
FROM NrAiNotification
SELECT count(*)
FACET destinationType
```
### View additional details [#view-details]

Users can view additional details by clicking on any row in the issue notifications log. This will display the error details (if applicable) and a link to the notification in the third-party.
Expand Down

0 comments on commit 5a2cb35

Please sign in to comment.