jira.js
    Preparing search index...

    Function submitWorkspaces

    • 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

      • client: Client
      • parameters: { workspaceIds: string[] }
        • workspaceIds: string[]

          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\\-_.~@:{}=]+)*

      • Optionaloptions: RequestOptions

      Returns Promise<void>