I know in the NextGen version of Jira, you can have your completed tickets automatically removed from the board in 14 days. I wanted to know if there is a way to do that (or 7 days) in the "old?" version of Jira.
Hello Angel,
I hope you are having a good day!
You can achieve it in two ways:
By using the second option, I would suggest changing the filter so that it ages issues out of the board with the 7 days that you mentioned:
The final result would be a JQL similar to the below:
"project = X AND (resolution is EMPTY or resolutiondate >= -7d)"
Then, add that to your filter. You may want to set X to the number of days that you prefer.
Please let me know if it works. :)
Cheers!
Carlos
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.