pub async fn get_screen_schemes(
configuration: &Configuration,
start_at: Option<i64>,
max_results: Option<i32>,
id: Option<Vec<i64>>,
) -> Result<PageBeanScreenScheme, Error<GetScreenSchemesError>>
Expand description
Returns a paginated list of screen schemes. Only screen schemes used in classic projects are returned. Permissions required: Administer Jira global permission.