-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Dynamically, directly using REST API, I am not able to find all the fields which are there on the particular screen. For that I have to go to JIRA UI and using mouse over hover on the screen I have to find screen id and then I can use following REST request to find fields on that screen.
http://example.com:8080/jira/rest/api/2/screens/
{screenId}/availableFields
But it is not feasible to get screen id in this way.
- is duplicated by
-
JRACLOUD-40448 Screen ID is not available through any JIRA REST request
-
- Closed
-
- is related to
-
JRASERVER-40440 Screen ID is not available through any JIRA REST request
- Gathering Interest
- depends on
-
CRANE-1549 Failed to load
Hi everyone,
I'd like to inform you that we've just enabled an endpoint to get all screens:
GET /rest/api/2/screens
It requires admin permission of calling user, and returns a list of all screens with their names and IDs.
This API is only available for Jira Cloud.
Sincerely,
Eve Stankiewicz
Product Manager for Jira Cloud Ecosytem