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

    Interface ProjectScope

    interface ProjectScope {
        attributes?: string[];
        id?: number;
    }
    Index

    Properties

    Properties

    attributes?: string[]

    Defines the behavior of the option in the project.If notSelectable is set, the option cannot be set as the field's value. This is useful for archiving an option that has previously been selected but shouldn't be used anymore.If defaultValue is set, the option is selected by default.

    id?: number

    The ID of the project that the option's behavior applies to.