We have over 1000 testcases in a particular project along with bugs, tasks, subtasks, stories etc. There's some frustration going around from developers that there's too many tickets to sift through and most of them are test case tickets.
I was thinking of creating a separate project for QA and moving the test cases over there so the developers can have their own space. Or is there a better way to handle this? Can we set up permissions to where we could keep the test cases in the same project but hide them from developers so our project doesn't look so cluttered?
Hey there Paul,
I believe what would be the best thing to do here is set up some Saved Filters that exclude the zephyr Test issue type, something like:
project = InsertProjectNameHere AND resolution = Unresolved AND issuetype != Test
You can use this saved filter on a Dashboard with various Gadgets to displayed the desired content on different Dashboards per team, Or set up Quick Filters on your board so that the various teams can quickly filter out the data that does not pertain to them but all still looking a the same board.
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.