Get All Screen Tab Fields
GET {{baseUrl}}/rest/api/3/screens/:screenId/tabs/:tabId/fields?projectKey=<string>
Returns all fields for a screen tab.
Permissions required:
- Administer Jira global permission.
- Administer projects project 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 Params
Key | Datatype | Required | Description |
---|---|---|---|
projectKey | string | The key of the project. |
RESPONSES
status: OK
[{"id":"quis nisi","name":"commodo ea aliqua aute"},{"id":"in occaecat sunt","name":"culpa eu do"}]