pub async fn update_screen(
configuration: &Configuration,
screen_id: i64,
update_screen_details: UpdateScreenDetails,
) -> Result<Screen, Error<UpdateScreenError>>
Expand description
Updates a screen. Only screens used in classic projects can be updated. Permissions required: Administer Jira global permission.