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) 292 B
import type { WorkflowTransitionRules } from './workflowTransitionRules'; /** Details about a workflow configuration update request. */ export interface WorkflowTransitionRulesUpdate { /** The list of workflows with transition rules to update. */ workflows: WorkflowTransitionRules[]; }