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) 257 B
export interface BulkTransitionSubmitInput { /** List of all the issue IDs or keys that are to be bulk transitioned. */ selectedIssueIdsOrKeys: string[]; /** The ID of the transition that is to be performed on the issues. */ transitionId: string; }