Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can we delete Multiple Projects at a time in Jira cloud?

Surfaraz T February 4, 2019

Need to delete Multiple projects in one of our cloud instance. Is there any option called bulk Project delete?

3 answers

0 votes
Roman S August 4, 2021

I wrote a little python script to do this and published it here: https://coderoman.wordpress.com/2021/08/04/bulk-delete-projects-in-jira/

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2019

You could use Jira Rest Api to delete projects.

You would need to select all projects first:

https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/#api/2/project-getAllProjects

Then you would iterate all the projects and deleted the required ones:

https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/#api/2/project-deleteProject

0 votes
Gurpreet
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 4, 2019

no there is no such option as Bulk  project delete.  this has to be done manually. 

or you can do a export of your site and then delete your site and get a new one. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events