Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Delete work items from board

reddymanuja March 3, 2020

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

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 1, 2020

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

Suggest an answer

Log in or Sign up to answer