Jira · Schema

IssueLink

A link between issues.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
id string
self string
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-issue-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IssueLink",
  "type": "object",
  "description": "A link between issues.",
  "properties": {
    "id": {
      "type": "string"
    },
    "self": {
      "type": "string"
    }
  }
}