Various counts of issues within a version.

interface VersionIssueCounts {
    customFieldUsage?: VersionUsageInCustomField[];
    issueCountWithCustomFieldsShowingVersion?: number;
    issuesAffectedCount?: number;
    issuesFixedCount?: number;
    self?: string;
}

Properties

customFieldUsage?: VersionUsageInCustomField[]

List of custom fields using the version.

issueCountWithCustomFieldsShowingVersion?: number

Count of issues where a version custom field is set to the version.

issuesAffectedCount?: number

Count of issues where the affectedVersion is set to the version.

issuesFixedCount?: number

Count of issues where the fixVersion is set to the version.

self?: string

The URL of these count details.