Details of the projects the option is available in.

interface IssueFieldOptionConfiguration {
    attributes?: ("defaultValue" | "notSelectable")[];
    scope?: IssueFieldOptionScopeBean;
}

Properties

Properties

attributes?: ("defaultValue" | "notSelectable")[]

DEPRECATED

Defines the projects that the option is available in. If the scope is not defined, then the option is available in all projects.