@esm-js/jira.js
Version:
A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.
9 lines (8 loc) • 376 B
text/typescript
export interface GlobalScope {
/**
* Defines the behavior of the option in the global context.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.
*/
attributes?: string[];
}