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.

10 lines (8 loc) 316 B
import type { WorkflowScheme } from '../models'; export interface UpdateWorkflowScheme extends WorkflowScheme { /** * The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the * URL as `schemeId`. For example, _schemeId=10301_. */ id: number; }