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

    Interface IssueFieldOptionScope

    interface IssueFieldOptionScope {
        global?: Version3Models.GlobalScope;
        projects2?: Version3Models.ProjectScope[];
    }
    Index

    Properties

    Properties

    Defines the projects in which the option is available and the behavior of the option within each project. Specify one object per project. The behavior of the option in a project context overrides the behavior in the global context.