REST API to Delete Status

Anil Mishra May 19, 2020

I'm looking for solution to delete all status which are not associated to any workflow.

Currently I'm deleting it one by one from UI but I'm looking for any rest api which can delete the status to automate this.

 

Thanks,

Anil

1 answer

0 votes
Dennis Markwart May 19, 2020

Hi Anil,

It is not possible to delete status via REST and it is also not documented in the latest REST API reference: https://docs.atlassian.com/software/jira/docs/api/REST/8.9.0/#api/2/status

I had the same need and already tried DELETE on /rest/api/2/status/{idOrName} which is not supported.

Suggest an answer

Log in or Sign up to answer