The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
What do you mean by it is not working? What do you see that makes you think the JQL is broken?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.