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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.