/
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

  1. Create a CSV file named issue.csv with the list of issues.


  2. 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