InternalCreate a new instance of the service.
Adds a field to a screen tab.
Permissions required: Administer Jira global permission.
The ID of the screen.
The ID of the screen tab.
Returned if the request is successful.
example:
{
"id": "summary",
"name": "Summary"
}
Returns all fields for a screen tab.
Permissions required:
OptionalprojectThe key of the project.
The ID of the screen.
The ID of the screen tab.
Returned if the request is successful.
Moves a screen tab field.
If after and position are provided in the request, position is ignored.
Permissions required: Administer Jira global permission.
The ID of the field.
The ID of the screen.
The ID of the screen tab.
Returned if the request is successful.
Removes a field from a screen tab.
Permissions required: Administer Jira global permission.
The ID of the field.
The ID of the screen.
The ID of the screen tab.
Protected Staticinitialize
This resource represents the screen tab fields used to record issue details. Use it to get, add, move, and remove fields from screen tabs.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields