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) 235 B
/** A workflow transition rule. */ export interface CreateWorkflowTransitionRule { /** EXPERIMENTAL. The configuration of the transition rule. */ configuration?: unknown; /** The type of the transition rule. */ type: string; }