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 (6 loc) 215 B
import type { AdditionalComment } from './additionalComment'; export interface CustomerTransitionExecution { /** ID of the transition to be performed. */ id?: string; additionalComment?: AdditionalComment; }