Is it possible to get all screen ids via JIRA cloud/server rest api?

ZhiYu Yang April 4, 2017

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`

2 answers

0 votes
Shwetha Suvarna
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 16, 2019

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

Aayush Mohanka June 16, 2020

That's not working.

0 votes
Moga
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 31, 2017

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!

Suggest an answer

Log in or Sign up to answer