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

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

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

Properties

self: string

The URL of the status category.

id: number

The ID of the status category.

key: string

The key of the status category.

colorName: string

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

name: string

The name of the status category.