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

x/jira/src/version3/parameters/deleteWorkflowMapping.ts>DeleteWorkflowMapping

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

Properties

id: number

The ID of the workflow scheme.

workflowName: string

The name of the workflow.

optional
updateDraftIfNeeded: boolean

Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited. Defaults to false.