Jira · JSON Structure

Jira Cloud Platform Rest Change Item Structure

Type: object Properties: 7
AgileIssue TrackingITSMProject ManagementService Management

ChangeItem 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

field fieldtype fieldId from fromString to toString

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ChangeItem",
  "type": "object",
  "properties": {
    "field": {
      "type": "string"
    },
    "fieldtype": {
      "type": "string"
    },
    "fieldId": {
      "type": "string"
    },
    "from": {
      "type": "['string', 'null']"
    },
    "fromString": {
      "type": "['string', 'null']"
    },
    "to": {
      "type": "['string', 'null']"
    },
    "toString": {
      "type": "['string', 'null']"
    }
  }
}