Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have two Scrum Boards under the same project. Tickets from one are not to be visible on the other.
This is done by labels and then the board filter either includes or excludes them.
My problem is when as soon as I exclude the one set of ticket from my main board, the swim lines on the Active Sprint board are not functioning properly anymore.
Some stories with susbtask show with parent and subtasks below, other do not.
Story 5318 is on project A board A has a subtask and shows in my swimlines with it below
Story 5170 is on project A board A has a subtask and DOES NOT show in my swimlines with it below.
Only way to get this back to normal is seeing all ticket from board B on board A which is not the desired behavior. Since I need board A nice and clear.
I am aware this is to do with the board filters.
Board A FILTER: project = RB AND labels != Re-Skin ORDER BY Rank ASC
Board B FILTER: project = RB AND labels = Re-Skin ORDER BY Rank ASC
Any suggestions???
Thanks!
Sara
Right after posting this I figured it out myself.
My subtask had no labels. So my board filter was not including issues with not label at all. It was only looking that the ones they had were not Re-Skin.
Edited filter board A to project = RB AND (labels != Re-Skin OR labels is EMPTY) ORDER BY issuetype DESC, Rank ASC
Everything is now working!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.