Jira.js - Jira Cloud API library
    Preparing search index...

    Interface VersionIssueCounts

    Various counts of issues within a version.

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

    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.