The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

OpsGenie Priority Level and JIRA Service Management Priority

Peter Yiu
Contributor
June 24, 2021

Hi,

 

Is the OpsGenie Priority Level and JIRA Service Management Priority the same?

 

I am trying to set a trigger a Highest Priority Issue in a JIRA Service Project to OpsGenie so it will fire off an Alert.

Thanks,

Peter

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Chris Thomas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
June 29, 2021

OpsGenie and JSM priorities are not directly linked.

 

If you just want a JSM ticket with the Highest priority to send an alert to OpsGenie you can modify the JQL in the webhook.

project = XXXX AND issuetype = "Incedent" AND Priority = "Highest" (Not true JQL, just an example).

If you do want the JSM and OpsGenie priority types to match, take a look here: How do I match JSM to Opsgenie priority level?

Peter Yiu
Contributor
July 5, 2021

Hi Chris,

 

Thank you. I've managed to upgrade to Premium to get the phone calls.

 

According to the system the following JQL gives me a valid checkbox for the syntax

JQL: project = "Test Support" AND priority = Highest

However it DOESN'T fire off a notification

*~*

When i simply reduce it as the below, it works:

JQL: project = "Test Support"

 

The priority filter looks simple enough. not sure what is causing the issue

Chris Thomas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 6, 2021

This is the code we use, only the project name replaced:

project = "XXX " AND "Request Type" = "Desktop/Laptop support (XXX)" AND (priority = Critical OR priority = Highest OR priority = High)

The only thing I could think of is your priority scheme is off. Maybe you are selecting critical and you think that's highest?

You can also check the logs to see if Jira is sending the webhooks. In Opsgenie that's under Settings - Logs.

TAGS
AUG Leaders

Atlassian Community Events