Jira · Schema

IssueRef

A reference to an issue.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
id string
key string
self string
fields object
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-issue-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IssueRef",
  "type": "object",
  "description": "A reference to an issue.",
  "properties": {
    "id": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "self": {
      "type": "string"
    },
    "fields": {
      "type": "object"
    }
  }
}