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

    Interface CreateWorkflowStatusDetails

    The details of a transition status.

    interface CreateWorkflowStatusDetails {
        id: string;
        properties?: {};
    }
    Index

    Properties

    Properties

    id: string

    The ID of the status.

    properties?: {}

    The properties of the status.