Atlassian · Schema

IssueLinkTypes

A list of issue link type beans.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
issueLinkTypes array The issue link type bean.
View JSON Schema on GitHub

JSON Schema

atlassian-issuelinktypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssueLinkTypes",
  "title": "IssueLinkTypes",
  "additionalProperties": false,
  "description": "A list of issue link type beans.",
  "properties": {
    "issueLinkTypes": {
      "description": "The issue link type bean.",
      "items": {
        "$ref": "#/components/schemas/IssueLinkType"
      },
      "readOnly": true,
      "type": "array",
      "xml": {
        "name": "issueLinkTypes"
      }
    }
  },
  "type": "object",
  "xml": {
    "name": "issueLinkTypes"
  }
}