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

    Interface PublishedWorkflowId

    Properties that identify a published workflow.

    interface PublishedWorkflowId {
        entityId?: string;
        name: string;
    }
    Index

    Properties

    Properties

    entityId?: string

    The entity ID of the workflow.

    name: string

    The name of the workflow.