Skip to content

Function: submitWorkspaces()

ts
function submitWorkspaces(client, parameters): Promise<void>;

Defined in: src/agile/api/securityInformation.ts:19

Insert Security Workspace IDs to establish a relationship between them and the Jira site the app is installed on. If a relationship between the workspace ID and Jira already exists then the workspace ID will be ignored and Jira will process the rest of the entries.

Parameters

ParameterTypeDescription
clientClient-
parameters{ workspaceIds: string[]; }-
parameters.workspaceIdsstring[]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\\-_.~@:{}=]+)*

Returns

Promise<void>