/
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"
Related content
How to update issues in bulk from a CSV file using Jira Command Line Interface (CLI)
How to update issues in bulk from a CSV file using Jira Command Line Interface (CLI)
More like this
Remove labels for issues in bulk by using Jira Command Line Interface (CLI)
Remove labels for issues in bulk by using Jira Command Line Interface (CLI)
More like this
How to create issues in bulk from a CSV file using Jira Command Line Interface (CLI)
How to create issues in bulk from a CSV file using Jira Command Line Interface (CLI)
More like this
How to delete specific issue links in bulk using Jira CLI
How to delete specific issue links in bulk using Jira CLI
More like this
How to export JIRA issues to CSV
How to export JIRA issues to CSV
More like this
Set field value for issues in bulk using Jira Command Line Interface (CLI) in Jira
Set field value for issues in bulk using Jira Command Line Interface (CLI) in Jira
More like this