Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/getWorkflowScheme.ts>GetWorkflowScheme

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetWorkflowScheme
import { type GetWorkflowScheme } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/getWorkflowScheme.ts";

Properties

id: number

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.

optional
returnDraftIfExists: boolean

Returns the workflow scheme's draft rather than scheme itself, if set to true. If the workflow scheme does not have a draft, then the workflow scheme is returned.