Get screens
Returns a paginated list of all screens or those specified by one or more screen IDs.
Permissions required: Administer Jira global permission.
Query parameters
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
The list of screen IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001.
String used to perform a case-insensitive partial match with screen name.
The scope filter string. To filter by multiple scope, provide an ampersand-separated list. For example, scope=GLOBAL&scope=PROJECT.
Order the results by a field:
- id Sorts by screen ID.
- name Sorts by screen name.
Response
Returned if the request is successful.
Changes
Changed in 1 of the 15 revisions of this API.1
- ●
added the new
product_discoveryenum value to thevalues/items/scope/allOf[Scope]/project/allOf[ProjectDetails]/projectTypeKeyresponse property for the response status200response-property-enum-value-added
- ●