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.

9 lines (8 loc) 294 B
export interface GetAvailableTransitions { /** Ids or keys of the issues to get transitions available for them. */ issueIdsOrKeys: string[]; /** The end cursor for use in pagination. */ endingBefore?: string; /** The start cursor for use in pagination. */ startingAfter?: string; }