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

x/jira/src/version3/parameters/getWorkflowTransitionProperties.ts>GetWorkflowTransitionProperties

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

Properties

transitionId: number

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

optional
includeReservedKeys: boolean

Some properties with keys that have the jira. prefix are reserved, which means they are not editable. To include these properties in the results, set this parameter to true.

optional
key: string

The key of the property being returned, also known as the name of the property. If this parameter is not specified, all properties on the transition are returned.

workflowName: string

The name of the workflow that the transition belongs to.

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

The workflow status. Set to live for active and inactive workflows, or draft for draft workflows.