Jira · Schema

IssueTransitionRequest

Request body for performing an issue transition.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
fields object A map of field ID to field value to set during the transition.
update object A map of operations to perform on issue fields during the transition.
historyMetadata object Metadata about the history entry.
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-issue-transition-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IssueTransitionRequest",
  "type": "object",
  "description": "Request body for performing an issue transition.",
  "properties": {
    "fields": {
      "type": "object",
      "description": "A map of field ID to field value to set during the transition."
    },
    "update": {
      "type": "object",
      "description": "A map of operations to perform on issue fields during the transition."
    },
    "historyMetadata": {
      "type": "object",
      "description": "Metadata about the history entry."
    }
  }
}