Operations
Submit Operations Workspace Ids
Insert Operations Workspace IDs to establish a relationship between them and the Jira site the app is installed in. 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.
Only Connect apps that define the jiraOperationsInfoProvider module can access this resource. This resource requires the 'WRITE' scope for Connect apps.
post/rest/operations/1.0/linkedWorkspaces/bulk
Request body
Example request
{
"workspaceIds": [
"111-222-333",
"444-555-666"
]
}Response
Submission accepted. Each submitted Operations Workspace ID will be linked to Jira.
Example response
{
"acceptedWorkspaceIds": [
"111-222-333",
"444-555-666"
]
}