Hello ! I want to know how to add a swimlane for showing only issues which are in a sprint in progress? here is a screencapture.
I want to separate the classic issues of the issues linked to a sprint in progress, what are the correct Jql i have to write? thanks for your answer !
Hi Alan, welcome to the Community. This is a rather odd request. Statuses are shown in columns not swimlanes. When you refer to in progress do you literally mean the “In progress” status or something else?
Hi ! thanks for your answer, no i refere to every issues witch are in a sprint running actualy. like if i wanted to have on a line all the us/bugs which are in my sprint divided by the same column than my other swimlanes. but i don't find the apropriated JQL to say "Show every issues in that swimlane whivh are in a sprint running now"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Active sprint show all issues in the sprint. You can choose to break into swimlanes to categorize them, e.g. by priority, labels, components or pretty much any valid JQL.
are you maybe trying to create a board that that covers all other Scrum boards - Scrum of Scrums?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alan Chêne
Welcome to the community.
You can try this query :
Sprint in openSprint()
As the documentation says, this will show all issue that belong to an incompleted sprint.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.