Optionalparameters: { workspaceId?: string }
OptionalworkspaceId?: stringOptional Operations Workspace ID to retrieve a specific workspace. If omitted, all workspace IDs linked to the Jira site are returned. Example: workspaceId=111-222-333.
Optionaloptions: RequestOptions
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
jiraOperationsInfoProvidermodule can access this resource. This resource requires the 'READ' scope for Connect apps.