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

    Interface WorkflowId

    Properties that identify a workflow.

    interface WorkflowId {
        draft: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    draft: boolean

    Whether the workflow is in the draft state.

    name: string

    The name of the workflow.