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
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.