Jira · JSON Structure

Jira Cloud Platform Rest Issue Transition Request Structure

Type: object Properties: 3
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

fields update historyMetadata

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IssueTransitionRequest",
  "type": "object",
  "properties": {
    "fields": {
      "type": "object"
    },
    "update": {
      "type": "object"
    },
    "historyMetadata": {
      "type": "object"
    }
  }
}