Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/workflowStatusUpdate.ts>WorkflowStatusUpdate

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

Details of the status being updated.

Properties

optional
description: string

The description of the status.

optional
id: string

The ID of the status.

name: string

The name of the status.

statusCategory: string

The category of the status.

statusReference: string

The reference of the status.