Scrum board query filter by priority

Amie Fudge April 28, 2018

Rather than display our scrum board by Rank (requiring me to manually move tickets around from top to bottom) I wanted to set the priority of a ticket and adjust my JQL to order by priority instead

It seems that when I have a backlog of only High, Medium or Low priority items the query returns it as Medium, High, Low instead

Below is the query I'm using (if I change to ASC it switches to low, high, med).  I want it to be High, Medium, Low

project = AIR AND issuetype != Sub-task ORDER BY priority DESC

2 answers

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
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 Leaders.
April 29, 2018

An administrator can define the order of the priority. Check if you have the order defined correctly.

Amie Fudge April 29, 2018

Thanks Jobin - I'll check with them

Jared DiScipio August 12, 2019

How are queries formatted? How should an admin define order of the priority. How can I filter my board by priority using the filter query?

0 votes
Michael Kincaid September 25, 2019

  

Suggest an answer

Log in or Sign up to answer