Atlassian · Schema

Operations

Details of the operations that can be performed on the issue.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
linkGroups array Details of the link groups defining issue operations.
View JSON Schema on GitHub

JSON Schema

atlassian-operations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Operations",
  "title": "Operations",
  "additionalProperties": true,
  "description": "Details of the operations that can be performed on the issue.",
  "properties": {
    "linkGroups": {
      "description": "Details of the link groups defining issue operations.",
      "items": {
        "$ref": "#/components/schemas/LinkGroup"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "type": "object"
}