UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

10 lines (9 loc) 340 B
/** List of custom fields using the version. */ export interface VersionUsageInCustomField { /** The name of the custom field. */ fieldName?: string; /** The ID of the custom field. */ customFieldId?: number; /** Count of the issues where the custom field contains the version. */ issueCountWithVersionInCustomField?: number; }