Hi I am using jira , i have a project called test_pro with over 300 issues nearly 200 issues have a status Ready To Release , I want to remove all those issues from my project .
How can i perform a bulk delete using the status Ready To Release and project name .
is it possible ? Thank you very much.
Hi Kanishka, yes it is possible, please read the following steps:
1. Search for the issues with Ready To Release status using JQL query:
project = "test_pro" AND status = "Ready To Release"
2. Tools > Bulk Change > Select All > Delete Issues > Confirm
For more information, please refer the documentation.
Always backup JIRA data before we try, in case we can roll back.
Thank you very much , please add your answer here also
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John Chin what would you do if you had a much larger number? I am looking at around 400,000 tickets right now. I was using the bob swift CLI, but it's moving slow.
Right now I have the CLI moving one way while I use the bulk delete through the tickets starting at the other end of the list. Only problem is that our limit is set to 1,000 and I'm not allowed to change it.
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.