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

KeyDatatypeRequiredDescription
projectKeystringThe key of the project.

RESPONSES

status: OK

[{&quot;id&quot;:&quot;quis nisi&quot;,&quot;name&quot;:&quot;commodo ea aliqua aute&quot;},{&quot;id&quot;:&quot;in occaecat sunt&quot;,&quot;name&quot;:&quot;culpa eu do&quot;}]