Atlassian · JSON Structure

Atlassian Bitbucket Repositories Issue_Change Structure

Type: object Properties: 6
CodeCollaborationPlatformProductivitySoftware Development

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

Properties

type links name created_on changes message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "issue_change",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "links": {
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "changes": {
      "type": "object"
    },
    "message": {
      "type": "object"
    }
  }
}