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

    Interface WorkflowScope

    The scope of the workflow.

    interface WorkflowScope {
        project?: Version2Models.ProjectId;
        type: string;
    }
    Index

    Properties

    Properties

    type: string

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