Hello all,
Porject has for example :
Stroy 1 (Pending) with 2 bugs (in different status)
Story 2 (Pending) with 1 bug
Story 3 (Pending) with 2 bugs (in different status)
I have a Kanban. the Column 1 is for the Stories in Status Pending only, and the other columns for the bugs. they lifes throught the Kandan depending the Status.
I would like to have Swimlanes for
Story 1 and bugs (who blocks the story 1)
another Swimlanes for the Story 2, ......
Could you help me ?
Thank you in Advance.
Nicholas
Welcome to the Community,
The Story and their Bugs are linked to each other? If yes then
Then create the swimlane for each issues and mentioned this JQL
issue in linkedIssues("AMM-2") AND type = Bug
Here AMM-2 is Story
Accept the answer if it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.