v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Security Information

Submit Security Workspaces to link

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.

post/rest/security/1.0/linkedWorkspaces/bulk

Request body

workspaceIdsstring[] required

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

Example request

{
  "workspaceIds": [
    "111-222-333",
    "444-555-666"
  ]
}

Response

Submission accepted. Each submitted Security Workspace ID will be linked to Jira.