Forums

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

How do i schedule deletion of old issues?

Paul Harvey September 1, 2014

A lot of the issues that get auto-created by our mail handler are only relevant if handled inside a few days. I'd like to setup a nightly scheduled task that deletes older issues that match certain criteria. How can I do this?

1 answer

0 votes
Nic Brough -Adaptavist-
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.
September 1, 2014

You'll need to write something to do this, there's no automatic delete in Jira (it's not something you'd normally do in an issue tracker, the whole point is to keep and track the information)

I'd construct a filter for the issues you want to destroy, then set up a Jelly script that deletes the issues in that filter, and, once you've proved it works, add it as a regularly executing service.

Remember though, there is NO record of a delete in Jira other than a hole in the project key number sequence. So be careful.

Suggest an answer

Log in or Sign up to answer