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

    Interface WorkflowStatus

    Details of a workflow status.

    interface WorkflowStatus {
        id: string;
        name: string;
        properties?: Version3Models.WorkflowStatusProperties;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the issue status.

    name: string

    The name of the status in the workflow.

    Additional properties that modify the behavior of issues in this status. Supports the properties jira.issue.editable and issueEditable (deprecated) that indicate whether issues are editable.