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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.