Jira · JSON Structure

Jira Cloud Platform Rest Transition Structure

Type: object Properties: 7
AgileIssue TrackingITSMProject ManagementService Management

Transition is a JSON Structure definition published by Jira, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name hasScreen isGlobal isInitial isConditional fields

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Transition",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "hasScreen": {
      "type": "boolean"
    },
    "isGlobal": {
      "type": "boolean"
    },
    "isInitial": {
      "type": "boolean"
    },
    "isConditional": {
      "type": "boolean"
    },
    "fields": {
      "type": "object"
    }
  }
}