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 2 Next »

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:

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

Here’s an example of CSV:

project,name
TESTJSD,"TestJSD"
WIT,"without"


  • No labels