You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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`
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!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.