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

x/jira/src/version3/parameters/getWorkflow.ts>GetWorkflow

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

Properties

id: number

The ID of the workflow scheme.

optional
workflowName: string

The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.

optional
returnDraftIfExists: boolean

Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true. If no draft exists, the mapping from the workflow scheme is returned.