Managing Issue Type Screen Schemes and Screen Schemes via REST API?

Kim Minji
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 8, 2024

hello, i am trying to automate some project cleanup via the REST API. As i understand it, my workflow for this is -- 

1. Delete Project

2. Delete Issue Type Screen Scheme

3. Delete Screen Scheme(s)

4. Delete Screen(s)

 

However, i am unable to access API endpoints for /rest/api/2/issuetypescreenscheme and /rest/api/2/screenscheme . Both endpoints error 404.

They are documented in the API -- 

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-screen-schemes/#api-group-screen-schemes

and 

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-type-screen-schemes/#api-group-issue-type-screen-schemes

 

Has anyone been able to use these API endpoints? i am using jira standalone 9.11.3.

 

 

1 answer

1 accepted

3 votes
Answer accepted
Mohamed Riza _ServiceRocket_
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.
March 8, 2024

Hi @Kim Minji 

The documentations you are looking here are for Jira Cloud. For your version of Jira Server, you should be looking at Jira 9.11.3 (atlassian.com) instead. 

Unfortunately, Jira Server if still using V2 REST API compared to Cloud which is using V3. Only Cloud has the ability to touch those endpoints. I haven't found a way to get around this and delete it. 

Hope that helps. 

Suggest an answer

Log in or Sign up to answer