Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can you sort issues within a swimlane alphabetically based on one particular field?

Bethany Frei
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 24, 2019

My Kanban board has a number of swimlanes and I want to sort one of the swimlanes based on which group is assigned to the issue. I set up a custom field for the groups. I don't mind configuring all the swimlanes based on the same filter but I'm not sure how to set up the query. 

1 answer

0 votes
Nathan Parmeter July 24, 2019

Based on your description you are creating Swimlanes by query. You can order each query using the ORDER BY customfield_xxxxx clause at the end.  It might look similar to this:

customfield_xxxxx = Group ORDER BY customfield_xxxxx ASC    (or DESC)

or

... ORDER BY assignee

... ORDER BY Key

 

etc...

Suggest an answer

Log in or Sign up to answer