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

    Interface StatusDetails

    A status.

    interface StatusDetails {
        description?: string;
        iconUrl?: string;
        id?: string;
        name?: string;
        self?: string;
        statusCategory?: Version3Models.StatusCategory;
    }
    Index

    Properties

    description?: string

    The description of the status.

    iconUrl?: string

    The URL of the icon used to represent the status.

    id?: string

    The ID of the status.

    name?: string

    The name of the status.

    self?: string

    The URL of the status.