Various counts of issues within a version.

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

Properties

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.