List of custom fields using the version.

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

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.