pub async fn rename_screen_tab(
configuration: &Configuration,
screen_id: i64,
tab_id: i64,
screenable_tab: ScreenableTab,
) -> Result<ScreenableTab, Error<RenameScreenTabError>>
Expand description
Updates the name of a screen tab. Permissions required: Administer Jira global permission.