v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Screen tab fields

Get all screen tab fields

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.
get/rest/api/2/screens/{screenId}/tabs/{tabId}/fields

Path parameters

screenIdinteger required

The ID of the screen.

tabIdinteger required

The ID of the screen tab.

Query parameters

projectKeystring

The key of the project.

Response

Returned if the request is successful.

idstring

The ID of the screen tab field.

namestring

The name of the screen tab field. Required on create and update. The maximum length is 255 characters.