Is it possible to have the alert level (example P1 - P4) be added to the data that is downloaded within the final alert data .csv?
Currently have
Alert ID, Alias, TinyID, Message, Status, IsSeen, Acknowledged, Snoozed, CreatedAt, CreatedAtDate, UpdatedAt, UpdatedAtDate, Count, Owner, Teams.
It would be super beneficial if the alert level was included.
Thank you,
Brett Himmelright
Hey Brett,
Thanks for reaching out to Atlassian Community!
This is true, when exporting alerts via UI, there's no priority field included.
Workarounds:
1. You can get the list of alerts using our API -
Example API call: GET https://api.opsgenie.com/v2/alerts
2. You can get the list of alerts with priority field under the Analytics tab.
You need to go to your Opsgenie account >> Analytics >> Alert Analytics >> Scroll down to Alert Details View and then you'll see the list of all alerts with priority in it.
You can also download this report using CSV on the top right.
Please let me know if it helps.
Best Regards,
Egor
Thank you, this worked for me, I appreciate this @Egor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.