Jira · JSON Structure

Jira Cloud Platform Rest Issue Ref Structure

Type: object Properties: 4
AgileIssue TrackingITSMProject ManagementService Management

IssueRef 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 fields

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

JSON Structure

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