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

x/jira/src/serviceDesk/models/statusCategory.ts>StatusCategory

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface StatusCategory
import { type StatusCategory } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/statusCategory.ts";

A status category.

Properties

optional
self: string

The URL of the status category.

optional
id: number

The ID of the status category.

optional
key: string

The key of the status category.

optional
colorName: string

The name of the color used to represent the status category.

optional
name: string

The name of the status category.