Screen tab fields
Add screen tab field
Adds a field to a screen tab.
Permissions required: Administer Jira global permission.
post/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
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
Response
Returned if the request is successful.