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//fields'
Response Response Example
200 - Example 1
[{"id":"string","name":"string"}]
Request
Path Params
screenId
integerÂ
required
The ID of the screen.
tabId
integerÂ
required
The ID of the screen tab.
Query Params
projectKey
stringÂ
optional
The key of the project.
Responses
🟢200Returned if the request is successful.
application/json
Body
array of:
id
stringÂ
read-onlyoptional
The ID of the screen tab field.
name
stringÂ
optional
The name of the screen tab field. Required on create and update. The maximum length is 255 characters.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission.
🟠404Returned if the screen or screen tab is not found.