If Severity is a single select list, then: severity = "2=High".
Thanks for the Reply
What I want is How to get current value from Severity field using JQL e.g.
Some Ticket may be of Severity = 1- Critical and some may have Severity = 2- High etc.
We have defined the following 4 Levels of Severity for the Tickets i.e.
Severity = 1- Critical
Severity = 2- High
Severity = 3- Medium
Severity = 4- Low
Regards
Shahzad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can write a JQL with all tickets with a non empty severity value, e.g.
severity is not empty
and then you can add the column of Severity to your results and you can export the results if you want to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Alex Koxaras -Relational-
Make Sense.
I have developed my Alert using If Else to send email to Developer about the Time he has against Severity Level.
Regards
Shahzad
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.