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

x/jira/src/version2/models/statusReferenceAndPort.ts>StatusReferenceAndPort

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

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

Properties

optional
port: number

The port this transition uses to connect to this status.

statusReference: string

The reference of this status.