Hi,
I need some advice around swimlane grouping for a relatively complex project setup.
Our Project has multiple distributed teams working across one backlog.
We have created separate Boards in the project for each team by using the Component field as the filter, and each story that is created is tagged with the appropriate Component value for the team that will work on it:
Project with Epics X, Y, Z
In the above example, grouping the swimlanes by story is no problem - everything shows on each board as expected, however we want to group the swimlanes on each board/sprint by Epic, but it seems that unless the Epic is also tagged with the appropriate team-restrictive Component value, the stories will not appear on the board. i.e. rather than being able to be spread out across all teams, the epics become relative to a team/horizontal slice of the overall functionality, which is not what we are trying to achieve.
Is there a way to have a board filtered by component, with the swimlanes grouped by epic, where an epic does not also need to be tied to the component in order to show the stories related to that epic in a board/sprint?
Thanks,
Mark
Update your filter and include Component is Empty.
Cheers Marc, seems to have done the trick and relatively simple too - bit of a face-palm moment.
Board Filter Query below in case anyone else needs it.
project = Project AND (issuetype in (Story, Task, Sub-task) AND component = TeamA OR issuetype = Epic AND component is EMPTY) ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice! Happy to help! :) Kindly click on the "Check" icon beside the answers to accept it as a solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you for the answer, helped me out greatly
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.