pub async fn move_screen_tab_field(
configuration: &Configuration,
screen_id: i64,
tab_id: i64,
id: &str,
move_field_bean: MoveFieldBean,
) -> Result<Value, Error<MoveScreenTabFieldError>>
Expand description
Moves a screen tab field. If after
and position
are provided in the request, position
is ignored. Permissions required: Administer Jira global permission.