Jira · JSON Structure

Jira Cloud Platform Rest Changelog Structure

Type: object Properties: 4
AgileIssue TrackingITSMProject ManagementService Management

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

Properties

startAt maxResults total histories

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Changelog",
  "type": "object",
  "properties": {
    "startAt": {
      "type": "integer"
    },
    "maxResults": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    },
    "histories": {
      "type": "array"
    }
  }
}