Hello,
as allready mentioned in my headline i have the following question:
"Is it possible to show a ticket in more than one component on a single sprint board?"
Issue right now:
If i create a task with more than one component and drag and drop this task into my sprint planning i only see the ticket in one of the components (by the way: swimmlanes = components in my board).
For example:
Ticket1 belongs to component A and component B. In the sprint board it is only mentioned in the component A.
side facts:
- Our project is structured by components
- We are using a Scrum Board with components as swimmlanes
kind regards,
Niklas
Hi @[deleted] , and welcome to the community!
What are you using components to represent? For example, when components are related to solution pieces, the simplest approach may be to have separate work items rather than have a single Jira issue represent two pieces of work.
Best regards,
Bill
Hi @[deleted] - Welcome to the Atlassian Community!
So, do you really want to show an issue linked to multiple components (that is easy enough) or do you want to show the issue in multiple Swimlanes? This is not possible in Jira. An issue can only appear in one Swimlane.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes i wanted to show them in multiple Swimlanes...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I said above, that is not possible in Jira. Another option which Ignacio suggested is to use Quick Filters with a single Swimlane.
Finally, you could actually create a different board for each Component with the sub-filter based on the component.
Not much else you can do
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.
For this use case, maybe it's better setting 10 Quick Filters (1 per component) instead of 10 swimlanes.
It may also be helpful including the Component field in the card layout. That way you will easily detect issues belonging to several components with no need for selecting them.
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.
Quick Filters are allready in use. But they dont look as good as sorted by swimmlanes...
Nevermind thanks anyways.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Niklas,
The board swimlanes have been designed to work this way:
For each issue returned by the board's filter, the top-most JQL query in your swimlanes definition will be executed. If the issue would be returned by that JQL, then that issue will be assigned to that swimlane and the next issue will be processed.
Otherwise, the issue would be tried to match the next swimlane JQL, until it matches one. If the issue matches no swimlanes, then it will be added to the very bottom of the board, under Other Issues swimlane, and process will continue with the next issue.
That said, there's no way to make the same issue appear twice in the same board.
Maybe, creating an additional swimlane on top position (above all existing ones) might be considered with the following JQL:
component = <component A> AND component = <component B>
So issues matching those two components at once would be assigned to this new swimlane.
Hope it 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.