Hello,
the Kanban board offers a "Hide completed issues older than" functionality. However, we have a number of boards created from filters for specific teams, where status "Ready for Validation" is a completed issue to those teams and should be hidden - transitioning to "Done" is done by other teams.
We would like to add this to the filters used to create those boards, for example, filter out all issues in 3 statuses that have transitioned before the 2 weeks mark. I've been unable to create a filter that would do so: it always removes something else.
(Jira Software Cloud)
Thanks for your help.
To be clear, you want issues in the “ready for validation” for >= 14d to disappear from board. Correct? Play with adding something like this to your board filter.
and not (Status = "Ready for validation" and status changed before 14d)
Thanks!
"and not" - I think this was the part I was missing.
I'll test it out later.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.