Module screen_tab_fields_api

Module screen_tab_fields_api 

Source

Enums§

AddScreenTabFieldError
struct for typed errors of method add_screen_tab_field
GetAllScreenTabFieldsError
struct for typed errors of method get_all_screen_tab_fields
MoveScreenTabFieldError
struct for typed errors of method move_screen_tab_field
RemoveScreenTabFieldError
struct for typed errors of method remove_screen_tab_field

Functions§

add_screen_tab_field
Adds a field to a screen tab. Permissions required: Administer Jira global permission.
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.
move_screen_tab_field
Moves a screen tab field. If after and position are provided in the request, position is ignored. Permissions required: Administer Jira global permission.
remove_screen_tab_field
Removes a field from a screen tab. Permissions required: Administer Jira global permission.