We have a set of attached lists in excel format to delete the duplicate entries of issues in Jira project . How can we bulk delete those issues at once in Jira ? Is there any option like uploading the excel file of duplicate entries and delete those issues .
Hello and welcome to the community!
You can use the Advanced Search issues to create a JQL statement that contains your duplicates, then you can use the bulk change feature to delete (if you have the proper permissions).
Your JQL could be structured like this:
issue in (issuekey-1, issuekey-2)
Then find the ... in the upper right hand corner and select bulk change
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.