Atlassian · Schema

Issue Change

An issue change.

CodeCollaborationPlatformProductivitySoftware Development

Properties

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

JSON Schema

atlassian-issue-change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/issue_change",
  "title": "Issue Change",
  "type": "object",
  "description": "An issue change.",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "links": {
      "type": "object",
      "properties": {
        "self": {
          "type": "object",
          "title": "Link",
          "description": "A link to a resource related to this object.",
          "properties": {
            "href": {
              "type": "string",
              "format": "uri"
            },
            "name": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "issue": {
          "type": "object",
          "title": "Link",
          "description": "A link to a resource related to this object.",
          "properties": {
            "href": {
              "type": "string",
              "format": "uri"
            },
            "name": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false,
      "example": "example_value"
    },
    "name": {
      "type": "string",
      "example": "Example Title"
    },
    "created_on": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:30:00Z"
    },
    "user": {
      "$ref": "#/components/schemas/account"
    },
    "issue": {
      "$ref": "#/components/schemas/issue"
    },
    "changes": {
      "type": "object",
      "properties": {
        "assignee": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "state": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "title": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "kind": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "milestone": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "component": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "priority": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "version": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "content": {
          "type": "object",
          "properties": {
            "old": {
              "type": "string"
            },
            "new": {
              "type": "string"
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false,
      "example": "example_value"
    },
    "message": {
      "type": "object",
      "properties": {
        "raw": {
          "type": "string",
          "description": "The text as it was typed by a user."
        },
        "markup": {
          "type": "string",
          "description": "The type of markup language the raw content is to be interpreted in.",
          "enum": [
            "markdown",
            "creole",
            "plaintext"
          ]
        },
        "html": {
          "type": "string",
          "description": "The user's content rendered as HTML."
        }
      },
      "additionalProperties": false,
      "example": "example_value"
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": true
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/atlassian-issue-change"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.