Forums

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

Mix swimlanes by queries and by epic

Anthony Porte
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!
November 17, 2022

Hi, 

I need to build a board for a scrumban Team, and I would like to make something like this : 

  • First swimlane by query to display all critical defects
  • Others tasks by epics (like if I choosed swimlanes by epics)

I didn't found any way to mix the 2 configurations.

The only idea I had, is to create an epic "critical defect" and affect all defects to this epic, but not good solution.

Thanks for your answers 

I'm on Jira server.

 

1 answer

0 votes
Aron Gombas _Midori_
Community Champion
November 17, 2022

Or you could try using queries with this approach:

  1. First swimlane: priority = critical
  2. Second swimlane: priority != critical and Epic = "Foo"
  3. Third swimlane: priority != critical and Epic = "Bar"
  4. ...

The only problem is that it requires manually creating N+1 queries for N epics. If your epics rarely change, then it is perfectly manageable.

Suggest an answer

Log in or Sign up to answer