Hi All,
I'm having a hard time sorting my Swimlane by Due Date.
I want to sort Task tickets by Due Date but this query doesn't work:
issuetype = Task ORDER BY duedate ASC
It doesn't do anything.
I would appreciate your help.
Thanks!
Hi @Elizabeth Rufo,
if I understood you correctly, you don't want to sort the swimlanes, but the tasks within the swimlanes, correct?
You can do so by configuring the filter query of your board by accessing the board settings in the upper right corner of your board, see also the Atlassian docs. As a query you could use the one you mentioned
issuetype = Task ORDER BY duedate ASC
Is that what you tried already?
Cheers,
Matthias.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Elizabeth, your JQL filter query will work if you turn off Ranking on your Board. As the filter won’t currently override your Board priority.
If you do this, you can also prioritise with Custom Fields too!
Hope this helps!?
Regards,
Karl.
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.