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) 239 B
export interface EstimateIssueForBoard { /** The ID or key of the requested issue. */ issueIdOrKey: string; /** The ID of the board required to determine which field is used for estimation. */ boardId?: number; value?: string; }