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.

8 lines (7 loc) 243 B
/** Count of issues assigned to a component. */ export interface ComponentIssuesCount { /** The URL for this count of issues for a component. */ self?: string; /** The count of issues assigned to a component. */ issueCount?: number; }