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

    Interface VersionUsageInCustomField

    List of custom fields using the version.

    interface VersionUsageInCustomField {
        customFieldId?: number;
        fieldName?: string;
        issueCountWithVersionInCustomField?: number;
    }
    Index

    Properties

    customFieldId?: number

    The ID of the custom field.

    fieldName?: string

    The name of the custom field.

    issueCountWithVersionInCustomField?: number

    Count of the issues where the custom field contains the version.