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

    Interface WorkflowScope

    The scope of the workflow.

    interface WorkflowScope {
        project?: { id: string };
        type: string;
    }
    Index

    Properties

    Properties

    project?: { id: string }

    Type Declaration

    • id: string

      The ID of the project.

    type: string

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