Hi, I would like to hide older issues in my Done column. However, if I use the 'Configure board > Completed issues > 4 weeks', it also affects my 'In Review' column, which I don't want.
I saw it's possible by adding a board sub-filter, but I'm not sure how I need to configure it.
Thanks!
Hi Van Luin, Sophie @ Global D&T ,
Welcome to the Atlassian Community!!
You can add a sub-filter using the below doc.
You can use the given JQL query - resolved IS EMPTY OR resolved >= -4w
Hi Sophie,
you could use something like this:
status in ("To Do", "In Progress", "Review"...) OR status changed TO "Done" AFTER -4w
Just add the status you want to see to the first parenthesis
Edit: Just saw the answer with the resolved date, which seems better for your case in my opinion.
Best Regards, Jonas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Van Luin, Sophie @ Global D&T
It is possible by using sub-filters and configure it in your board settings.
NOTE:- Please do accept the answer if it helpful for you.
Thanks,
Armitha.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.