pub async fn get_issue_security_level(
configuration: &Configuration,
id: &str,
) -> Result<SecurityLevel, Error<GetIssueSecurityLevelError>>
Expand description
Returns details of an issue security level. Use Get issue security scheme to obtain the IDs of issue security levels associated with the issue security scheme. This operation can be accessed anonymously. Permissions required: None.