Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to sort/arrange Jira tickets in a specific column by the ticket number?

Linda Jorgensen June 28, 2019

I am looking for a way to either sort tickets in a particular column by the actual ticket number or write a rule/configure somehow to have each column automatically list them in chronological order.  

2 answers

0 votes
Vimalraj
Contributor
June 28, 2019

As @Payne mentioned you can use ORDER BY to sort your result set. In addition if you need to include more than one field, you could check below example

issuetype = Defect AND status = Active ORDER BY "QA Team" ASC, "Accountable Team" DESC

0 votes
Payne
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.
June 28, 2019

Sure; when you configure the board and provide the Filter Query, append an ORDER BY to the end, e.g.

project = BR and resolution = Unresolved ORDER BY key ASC

Mido Wazzan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 22, 2021

Hi Payne, this does not sort the tickets per column. Doing this will sort the tickets in all columns.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events