UNPKG

@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.

8 lines (7 loc) 236 B
export interface SubmitWorkspaces { /** * The IDs of Security Workspaces to link to this Jira site. These must follow this regex pattern: * `[a-zA-Z0-9\\-_.~@:{}=]+(\/[a-zA-Z0-9\\-_.~@:{}=]+)*` */ workspaceIds: string[]; }