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) 181 B
export interface RankEpics { /** The id or key of the epic to rank. */ epicIdOrKey: string; rankBeforeEpic?: string; rankAfterEpic?: string; rankCustomFieldId?: number; }