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.

7 lines (6 loc) 226 B
export interface GetIssueEstimationForBoard { /** 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; }