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

x/jira/src/version3/parameters/deleteWorkflowTransitionProperty.ts>DeleteWorkflowTransitionProperty

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

Properties

transitionId: number

The ID of the transition. To get the ID, view the workflow in text mode in the Jira admin settings. The ID is shown next to the transition.

key: string

The name of the transition property to delete, also known as the name of the property.

workflowName: string

The name of the workflow that the transition belongs to.

optional
workflowMode: "live" | "draft" | string

The workflow status. Set to live for inactive workflows or draft for draft workflows. Active workflows cannot be edited.