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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.