Hello community,
I want to create a filter for a specific board so that "done" tickets that have been "doned" 7 days ago are not shown anymore.
Example:
- I put a ticket/task to "done" 6 days ago --> this still should be displayed in my done column
- I put a ticket/task to "done" 8 days ago --> this shouldn't be displayed in my done column anymore
Thanks for you replies! :)
Hello Claudia,
if your done issues have their resolution set (strikethrough is a good indication), you can use JQL as:
resolution = Unresolved OR resolved >= -6d
This is useful in your Kanban board sub-filter.
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.