v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Screen tab fields

Add screen tab field

Adds a field to a screen tab.

Permissions required: Administer Jira global permission.

post/rest/api/3/screens/{screenId}/tabs/{tabId}/fields

Path parameters

screenIdinteger required

The ID of the screen.

tabIdinteger required

The ID of the screen tab.

Query parameters

skipFieldAssociationboolean

Whether to skip associating the added field with projects linked to this screen. By default, adding a field to a screen tab also updates the field configuration of associated projects, making the field visible in issue experiences. When set to true, the field is added to the screen tab only and will not be visible in experiences such as issue view for associated projects unless the field association is updated separately.

Request body

fieldIdstring required

The ID of the field to add.

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.