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

x/jira/src/version2/models/workflowStatusAndPort.ts>WorkflowStatusAndPort

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

The status reference and port that a transition is connected to.

Properties

optional
port: number

The port the transition is connected to this status.

optional
statusReference: string

The reference of this status.