Issue counts associated with a version.

interface JiraVersionIssueCounts {
    customFieldUsage: {
        customFieldId: number;
        fieldName: string;
        issueCountWithVersionInCustomField: number;
    }[];
    issueCountWithCustomFieldsShowingVersion: number;
    issuesAffectedCount: number;
    issuesFixedCount: number;
    self: string;
}

Properties

customFieldUsage: {
    customFieldId: number;
    fieldName: string;
    issueCountWithVersionInCustomField: number;
}[]

URL to query for a custom field showing this version

issueCountWithCustomFieldsShowingVersion: number

Number of issues with a Fix Version of this version whose status is done

issuesAffectedCount: number

Number of issues that use this version in the affectedVersions field

issuesFixedCount: number

Number of issues that use this version in the fixVersions field

self: string

URL of the resource