v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Security Information

Get linked Security Workspaces

Retrieve all Security Workspaces linked with the Jira site.

The result will be what is currently stored, ignoring any pending updates or deletes.

get/rest/security/1.0/linkedWorkspaces

Response

A list of all stored workspace IDs.

workspaceIdsstring[] required

The IDs of Security Workspaces that are linked to this Jira site.

Example response

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