Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Instructions

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

...

And then you most run a command like the following:

...

.

Instructions

Note

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

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:

Code Block
--action runFromCsv --file "filename.csv" --common "--action deleteProject" --continue

...

Example of CSV:

Code Block
project,name
TESTJSDTEST,"TestJSDTest"
WIT,"withoutWithout"

Info

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