Skip to end of banner
Go to start of banner

How to bulk projects delete in Jira

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

You can achieve multiple projects deletion by using a CSV file with all the projects listed.

Instructions


Here's how you do it:

  1. Create a CSV file with all the projects for deletion listed.
  2. Run a command with runFromCsv like the following on CLI terminal:
--action runFromCsv --file "filename.csv" --common "--action deleteProject" --continue


Example of CSV:

project,name
TEST,"Test"
WIT,"Without"


After --file you should use the directory path for the CSV in question. 

To be able to delete a project you need to have Jira admin access.

  • No labels