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

    Interface StatusMetadata

    The details of the statuses in the associated workflows.

    interface StatusMetadata {
        category?: string;
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    category?: string

    The category of the status.

    id?: string

    The ID of the status.

    name?: string

    The name of the status.