Jira.js - Jira Cloud API library
    Preparing search index...

    Interface StatusCategory

    A status category.

    interface StatusCategory {
        colorName: string;
        id: number;
        key: string;
        name: string;
        self: string;
    }
    Index

    Properties

    Properties

    colorName: string

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

    id: number

    The ID of the status category.

    key: string

    The key of the status category.

    name: string

    The name of the status category.

    self: string

    The URL of the status category.