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.

14 lines (13 loc) 348 B
/** The Forge provided ecosystem rules available. */ export interface AvailableWorkflowForgeRule { /** The rule description. */ description?: string; /** The unique ARI of the forge rule type. */ id?: string; /** The rule name. */ name?: string; /** The rule key. */ ruleKey?: string; /** The rule type. */ ruleType?: string; }