Hi,
So I need some help figuring this out:
Scenario:
We have 2 team with a project board for each team and 1 QA team with 1 project board.
What we want to essentially do is, once an issue is set to `Ready for QA` on either team project board, we would like for those issues to move/appear on the QA teams' board.
Is there a way to achieve this?
Also and aside q:
Is there a way to achieve this without removing the issues from the team's project boards?
Thanks in advance
Natasha
Hi @Natasha and welcome to the community!
If these teams are all on the same project, but separate boards, it's just a matter of updating the underlying board filters.
Your QA board filter would be something like:
Project = YOURPROJECT AND status = "Ready for QA"
This would ensure QA only sees issues that are in "Ready for QA" status. Additionally, the issues would still appear on the other boards.
If you wanted to create the illusion of "moving" issues from one board to another, you would j just add this clause to the existing team board filters:
AND status NOT IN ("Ready for QA")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.