In Progress issues visible in Scrum backlog

Robert Yocum May 6, 2020

I have a project that shares a kanban board and a scrum board. Items that are in the In Progress status category in the Kanban board are visible in the Scrum board backlog. How do I setup a filter so that the Scrum backlog shows only items that are not in progress?

2 answers

0 votes
Telmo Fernandes
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 14, 2021

Hi Robert,

 

On Board Configuration > General > Saved Filter > Edit Filter Query

try something like :

 

project = <your project name> AND (status in (Backlog) OR Sprint is not EMPTY) ORDER BY Rank ASC

 

This way on all the board (both "backlog" and "Active Sprints", you'll only see items that are either in BACKLOG status or that belong to a sprint, no worries, items that are in closed sprints will not show up)

 

Try that and check if it works.

Best Regards,

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2020

What are the column setups and board filters for each board?

Robert Yocum May 6, 2020

Kanban board:

category = "Equity Management" ORDER BY Rank ASC

KanbanBoard.PNG

 

 

Scrum board:

category = "Equity Management" AND ("Stakeholder Team" != Strategic OR "Stakeholder Team" is EMPTY) AND issuetype not in (hotfix, escalation) ORDER BY Rank ASC

ScrumBoard.PNG

Suggest an answer

Log in or Sign up to answer