Jira · Schema

TransitionRef

A reference to a transition by ID.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
id string The ID of the transition.
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-transition-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransitionRef",
  "type": "object",
  "description": "A reference to a transition by ID.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the transition."
    }
  }
}