Hi,
I am trying to use JIRA rest api to find all screen ids. But I can't find any endpoint which returns all ids.
Is it possible to get ids via rest api? If not, what is the correct way to use endpoint like `GET /rest/api/2/screens/{screenId}/tabs/{tabId}/fields`
Late post. But might help someone who might be looking for similar issues.
We can try the below query to get the screen IDs of all the screen in Jira cloud.
GET https://{Domain}.atlassian.net/rest/api/2/screens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ZhiYu,
Unfortunately, it is not possible to retrieve screenId from REST API at the moment. There is a feature request; JRASERVER-40440. Please add a vote on this ticket.
There seems like a workaround by using jQuery, please look at Boris's answer at How to get the screenId's using JIRA REST.
I hope that this helps. Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.