Jira REST API - Shell script to delete a project
Get rid of those test projects by using a simple shell script. Let us write this together today, it will take just few minutes.
#DeleteProject #JiraRESTAPI
Endpoint: DELETE /rest/api/3/project/DEL
Code: https://github.com/sparxsys/jira-shell-scripts/blob/main/deleteProject…