Function get_all_statuses

Source
pub async fn get_all_statuses(
    configuration: &Configuration,
    project_id_or_key: &str,
) -> Result<Vec<IssueTypeWithStatus>, Error<GetAllStatusesError>>
Expand description

Returns the valid statuses for a project. The statuses are grouped by issue type, as each project has a set of valid issue types and each issue type has a set of valid statuses. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.