Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/defaultWorkflow.ts>DefaultWorkflow

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

Details about the default workflow.

Properties

optional
updateDraftIfNeeded: boolean

Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults to false.

workflow: string

The name of the workflow to set as the default workflow.