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

    Interface StatusScope

    The scope of the status.

    interface StatusScope {
        project?: Version3Models.ProjectId;
        type: string;
    }
    Index

    Properties

    Properties

    type: string

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