I've been unsuccessful in finding an add-on that will delete issues (identified by JQL) on a set schedule. In other words, after a specific type of task reaches 30 days, I'd like it to be removed from JIRA.
Is anyone aware of an add-on that meets that requirement?
I actually found a free add-on that does what i want: https://marketplace.atlassian.com/plugins/com.codebarrel.addons.automation.lite/cloud/overview
Don't delete issues. It will come around to bite you. The forum is full of pleas to find a way to restore issues, but you can't.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
i don't know if there's a plugin for this but you can code a script service with any script plugin to achieve this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, i think there's no other solution, but it is dangerous.
Jira uses indexes for searching, if your indexes are wrong the search will be returning issues that maybe you are not supposed to delete.
i'll do a check issue by issue to see if the criteria is met, after the issues are returned by the query.
good luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.