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

x/jira/src/version3/parameters/getDefaultWorkflow.ts>GetDefaultWorkflow

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

Properties

id: number

The ID of the workflow scheme.

optional
returnDraftIfExists: boolean

Set to true to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.