Jira · Schema

ChangeItem

An individual field change within a changelog entry.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
field string
fieldtype string
fieldId string
from ['string', 'null']
fromString ['string', 'null']
to ['string', 'null']
toString ['string', 'null']
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-change-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ChangeItem",
  "type": "object",
  "description": "An individual field change within a changelog entry.",
  "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']"
    }
  }
}