Hi,
We would like to delete/archive the work items when all the subtasks and tasks are done/closed for the item. How can i do this in JIRA? Please help me.
Thanks,
Manuja
Hi @reddymanuja
Did you figure out how to do this?
If not, please consider updating your board filter to hide the items which have been completed after a period of time, or are released. For example, you could use:
project = myProject
AND (resolutiondate IS EMPTY OR resolutiondate > -7d)
AND (fixVersion IN unreleasedVersions() OR fixVersion IS EMPTY)
ORDER BY Rank
Best regards,
Bill
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.