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.
Example response
{
"workspaceIds": [
"111-222-333",
"444-555-666"
]
}