Jira · JSON Structure

Jira Cloud Platform Rest Created Issue Structure

Type: object Properties: 4
AgileIssue TrackingITSMProject ManagementService Management

CreatedIssue 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

id key self transition

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreatedIssue",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "self": {
      "type": "string"
    },
    "transition": {
      "type": "object"
    }
  }
}