v1

latestOpenAPI 3.0.1Apache 2.02026-07-1310566642.9 KB
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

workspaceIdsstring[] required

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

Example request

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

Response

Submission accepted. Each submitted Operations Workspace ID will be linked to Jira.

acceptedWorkspaceIdsstring[]

The IDs of Operations Workspaces that have been linked to the Jira site in this request.

Example response

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