How to delete issues in bulk using Jira CLI
How to delete issues in bulk using Jira CLI
This article explains how to delete issues in bulk using Jira Command Line Interface.
Instructions
Create a CSV file named issue.csv with the list of issues.
Write a command using the runFromCsv action and deleteIssue common action to delete issues each issue listed in the CSV file from the Jira instance.
--action runFromCsv --file "issue.csv" --common "--action deleteIssue"
, multiple selections available, Use left or right arrow keys to navigate selected items