Atlassian · Schema

issue_change

An issue change.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
type string
links object
name string
created_on string
changes object
message object
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-repositories-issue_change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "issue_change",
  "type": "object",
  "description": "An issue change.",
  "properties": {
    "type": {
      "type": "string"
    },
    "links": {
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "created_on": {
      "type": "string"
    },
    "changes": {
      "type": "object"
    },
    "message": {
      "type": "object"
    }
  }
}