Function get_version_unresolved_issues

Source
pub async fn get_version_unresolved_issues(
    configuration: &Configuration,
    params: GetVersionUnresolvedIssuesParams,
) -> Result<VersionUnresolvedIssuesCount, Error<GetVersionUnresolvedIssuesError>>
Expand description

Returns counts of the issues and unresolved issues for the project version. This operation can be accessed anonymously. Permissions required: Browse projects project permission for the project that contains the version.