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 --
and
Has anyone been able to use these API endpoints? i am using jira standalone 9.11.3.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.