We have many issues in the backlog which we don't want to lose but we will not use them for now. We would like to have them not visible/removed from the backlog. Is there a way?
Thanks!
Hello @nd10 ,
You can try to remove the 'open' issues in the Board filter.
JQL:
project = OB and status != open ORDER BY Rank ASC
Hi @nd10
You can change the filter query for the board (Configure Board > General > Filter) not to see them in the backlogs section.
Hi Ollie Guan, thanks for your answer! Now the thing is that not all the open issues have to be removed. Is it maybe a solution to label the issues that have to be removed (with e.g. 'remove' ) and use to following JQL:
project = OB and labels != remove ORDER BY Rank ASC
Will this work?
Thank you so much
And I suppose only the JIRA Administrators can do this?
Not exactly, the board admin can do this.
BTW: You can ask the Board admin to give you the same permissions.
It looks like you're new here. Sign in or register to get started.