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

    Interface WorkflowPreviewScope

    The scope of the workflow.

    interface WorkflowPreviewScope {
        project?: WorkflowProjectIdScope;
        type?: string;
    }
    Index

    Properties

    Properties

    type?: string

    The scope of the workflow. GLOBAL for company-managed projects and PROJECT for team-managed projects.