/
How to bulk projects delete in Jira
How to bulk projects delete in Jira
You can achieve multiple projects deletion by using a CSV file with all the projects listed.
Instructions
To be able to delete a project you need to have Jira admin access.
Here's how you do it:
Create a CSV file with all the projects for deletion listed.
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.
Related content
How to
How to
Read with this
Create Jira projects in bulk using Jira Command Line Interface (CLI)
Create Jira projects in bulk using Jira Command Line Interface (CLI)
More like this
How to delete issues in bulk using Jira CLI
How to delete issues in bulk using Jira CLI
More like this
How to remove a user from a project role for multiple projects using the app, Run CLI Actions in Jira
How to remove a user from a project role for multiple projects using the app, Run CLI Actions in Jira
More like this
deleteProject
deleteProject
More like this
How to delete a workflow using the Jira Command Line Interface
How to delete a workflow using the Jira Command Line Interface
More like this