interface IssueFieldOptionScope {
    global?: Version2.Version2Models.GlobalScope;
    projects2?: Version2.Version2Models.ProjectScope[];
}

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.