v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
Operations

Get all Operations Workspace IDs or a specific Operations Workspace by ID

Retrieve the either all Operations Workspace IDs associated with the Jira site or a specific Operations Workspace ID for the given ID.

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

e.g. GET /workspace?workspaceId=111-222-333

Only Connect apps that define the jiraOperationsInfoProvider module can access this resource. This resource requires the 'READ' scope for Connect apps.

get/rest/operations/1.0/linkedWorkspaces

Response

Either the ID provided if stored or a list of available IDs.

workspaceIdsstring[] required

The IDs of Operations Workspaces that are available to this Jira site.

Example response

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