get_version_related_issues

Function get_version_related_issues 

Source
pub async fn get_version_related_issues(
    configuration: &Configuration,
    params: GetVersionRelatedIssuesParams,
) -> Result<VersionIssueCounts, Error<GetVersionRelatedIssuesError>>
Expand description

Returns the following counts for a version: * Number of issues where the fixVersion is set to the version. * Number of issues where the affectedVersion is set to the version. * Number of issues where a version custom field is set to the version. This operation can be accessed anonymously. Permissions required: Browse projects project permission for the project that contains the version.