pub async fn get_resolutions(
configuration: &Configuration,
) -> Result<Vec<Resolution>, Error<GetResolutionsError>>
Expand description
Returns a list of all issue resolution values. Permissions required: Permission to access Jira.
pub async fn get_resolutions(
configuration: &Configuration,
) -> Result<Vec<Resolution>, Error<GetResolutionsError>>
Returns a list of all issue resolution values. Permissions required: Permission to access Jira.