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

JQL query to find Severity of a Ticket

Shahzad Iqbal August 17, 2022

Hi

How to write a JQL query to find Severity of a Ticket as shown in below Image

Severity = 2 - High

 

 

Jira.jpg

 

Regards

Shahzad

 

1 answer

1 accepted

4 votes
Answer accepted
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 17, 2022

Hi @Shahzad Iqbal 

If Severity is a single select list, then: severity = "2=High".

Shahzad Iqbal August 17, 2022

Hi @Alex Koxaras _Relational_ 

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

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 17, 2022

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.

severity.png

Like Shahzad Iqbal likes this
Shahzad Iqbal August 17, 2022

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 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events