JQL "ORDER BY duedate DESC" is not working

kouyamamoto May 22, 2022

I want to sort issue by duedate and created JQL like "project = projectName ORDER BY duedate DESC".

But this JQL is not working. 

What should I do to work JQL?

 

 

2 answers

0 votes
Danielle Green
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.
May 23, 2022

What do you mean by it is not working? What do you see that makes you think the JQL is broken?

0 votes
Sreenivasaraju P
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.
May 22, 2022

Hi @kouyamamoto ,

Welcome to the community. 

If you want to sort with created and due date both, you can try as below, as per your requirement.

project = "your project name" ORDER BY duedate DESC, created DESC 

OR 

project = "your project name" ORDER BY duedate DESC, created ASC

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events