Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Setting Priority Level for Integrations

Henry Painter January 13, 2023

I understand there are some limitations where some integrations are assigned a default (P3) priority if OpsGenie cannot determine the priority from the payload.

 

https://support.atlassian.com/opsgenie/docs/what-is-the-priority-level-of-integration/

I have been relying upon this override, and attached screenshot of the API integration in question, and its settings.

 

Screenshot 2023-01-13 at 09.11.15.png 

Despite this the alerts are still being treated as P3.  It appears this functionality is not working.

Am I doing something wrong?

2 answers

1 vote
Nick H
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 13, 2023

Hi @Henry Painter ,

Engineering is aware of this issue currently. It's a minor Bug you can watch, follow and vote or here: https://jira.atlassian.com/browse/OPSGENIE-1188

0 votes
Ajay _view26_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 13, 2023

Hi @Henry Painter 

Welcome to the Atlassian Community 

The API does provide a setting to set the Priority in the body. Have you tried it out?

 

POST https://api.opsgenie.com/v2/alerts

 

{
"message": "Forge App Incident from Atlassian",
"description": "Your app XYZ is now in an alert state",
"responders": [
{
"id": "4513b7ea-3b91-438f-b7e4-e3e54af9147c",
"type": "team"
}
],
"tags": [
"Automation",
"Critical"
],
"details": {
"key1": "value1",
"key2": "value2"
},
"entity": "An example entity",
"priority": "P1"
}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events