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

x/jira/src/version3/models/workflowTransitionProperty.ts>WorkflowTransitionProperty

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

Details about the server Jira is running on.

Properties

optional
key: string

The key of the transition property. Also known as the name of the transition property.

value: string

The value of the transition property.

optional
id: string

The ID of the transition property.