Administer projectsproject permission when the project key is specified, providing that the screen is associated with the project through a Screen Scheme and Issue Type Screen Scheme.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/screens//tabs'
Response Response Example
200 - Example 1
[{"id":0,"name":"string"}]
Request
Path Params
screenId
integerÂ
required
The ID of the screen.
Query Params
projectKey
stringÂ
optional
The key of the project.
Responses
🟢200Returned if the request is successful.
application/json
Body
array of:
id
integer <int64>
read-onlyoptional
The ID of the screen tab.
name
stringÂ
required
The name of the screen tab. The maximum length is 255 characters.
🟠400Returned if the screen ID is invalid.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission.