Essentially, I'm looking to order the tickets in a swim lane, no matter when they were generated, in a top to bottom fashion based on due date, i.e. the nearest due date would be the first ticket in the column, the second soonest due date would be the second ticket in the column, etc. Thanks.
Hi Angelo,
I am not on the Jira team, but I will try to help.
You could try creating a filter using JQL that has a clause at the end which is something like '... ORDER BY duedate ASC'.
Then you can use that filter on the board.
Two caveats that I think are worth mentionting:
- I think this will apply to all swimlanes on the board, not just one swimlane
- You may not be able to move issues up and down within one column by using drag-and-drop once you do this
I hope that helps!
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.