Screen tabs
Get bulk screen tabs
Returns the list of tabs for a bulk of screens.
Permissions required:
- Administer Jira global permission.
get/rest/api/2/screens/tabs
Query parameters
screenIdinteger[]
The list of screen IDs. To include multiple screen IDs, provide an ampersand-separated list. For example, screenId=10000&screenId=10001.
tabIdinteger[]
The list of tab IDs. To include multiple tab IDs, provide an ampersand-separated list. For example, tabId=10000&tabId=10001.
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultinteger
The maximum number of items to return per page. The maximum number is 100,
Response
Returned if the request is successful.
Changes
No recorded changes to this endpoint across all 16 revisions of this API.