Security Information
Get a linked Security Workspace by ID
Retrieve a specific Security Workspace linked to the Jira site for the given workspace ID.
The result will be what is currently stored, ignoring any pending updates or deletes.
get/rest/security/1.0/linkedWorkspaces/{workspaceId}
Path parameters
workspaceIdstring required
The ID of the workspace to fetch.
Response
The Security Workspace information stored for the given ID.
Example response
{
"workspaceId": "111-222-333",
"updatedAt": "2020-01-17T09:30:00.000Z"
}