Atlassian · Schema

Transitions

List of issue transitions.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
expand string Expand options that include additional transitions details in the response.
transitions array List of issue transitions.
View JSON Schema on GitHub

JSON Schema

atlassian-transitions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Transitions",
  "title": "Transitions",
  "additionalProperties": false,
  "description": "List of issue transitions.",
  "properties": {
    "expand": {
      "description": "Expand options that include additional transitions details in the response.",
      "readOnly": true,
      "type": "string",
      "xml": {
        "attribute": true
      }
    },
    "transitions": {
      "description": "List of issue transitions.",
      "items": {
        "$ref": "#/components/schemas/IssueTransition"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "type": "object"
}