Hello,
We are using Jira SM Cloud and the current priority are used on every Jira project. However, I need to create a different priority for our Service Desk.
The current Priority are set to Highest, High, Medium, Low, Lowest
I have created a custom field called Severity which has entry of Sev-1, Sev-2, Sev-3, Sev-4.
I wanted to make that when a user submit a incident request and select Sev-1 my issue priority will be updated to Sev-1 upon creating the issue to when it triggers on Opsgenie alert it will raised as P1.
Thanks in advance.
Jeffrey
@jeffrey.wee why you do not use the Jira automation to do this ?
You can create a structure in automation
Trigger - Issue Create
Conditions
- IF Request Type = Incent and Severity = SEV-1
Action - Edit issue - Priority Highest
And so it goes foward
@Carlos Faddul , Thank you for the above. However it did not solve my problem which I need to make sure that my Opsgenie alert Priority will be created base on the severity of my Jira Incident ticket.
The above automation works, it did update the priority of the ticket, however the Opgenie alert still get the original priority which is Medium by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@jeffrey.wee if you have JMWE addon, you can use a post function to trigger before the issue created event, then you opsgenie will receive the correct value to priority notification. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, thanks. as much as possible I am trying to get away with installing additional add ons as I notice that every features I wanted to do needs addons :)
Thanks anyway, let me figure out if I can do some work around on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I hope I helped you.
If this post was helpful, mark it as Accepted Accepted, so you can help others who may have the same difficulties.
If your question has not been resolved, please post again with more details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@jeffrey.wee as I am finding myself in the same predicament, I have an field I need the selection to change the Priority.
Did you find a workaround without the need for an add-on?
Thanks
Natalie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Natalie Bateman You can use the above automation and you will be able to update the priority in your ticket. The only thing to note in this approach is it will always create it with Medium priority so if you have something link to it that capture the initial state of the priority (like for me Opsgenie) then automation might not work for you.
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.