Open Context Protocol is live! 🚀 Read the launch post

linkIssues

Create issue link

POST /rest/api/3/issueLink HTTP/1.1

Parameters

{
  "comment": {
    "description": "A comment.",
    "required": false,
    "location": "body",
    "type": "object"
  },
  "inwardIssue": {
    "description": "The ID or key of a linked issue.",
    "required": true,
    "location": "body",
    "type": "object"
  },
  "outwardIssue": {
    "description": "The ID or key of a linked issue.",
    "required": true,
    "location": "body",
    "type": "object"
  },
  "type": {
    "description": "This object is used as follows:\n\n *  In the [ issueLink](#api-rest-api-3-issueLink-post) resource it defines and reports on the type of link between the issues. Find a list of issue link types with [Get issue link types](#api-rest-api-3-issueLinkType-get).\n *  In the [ issueLinkType](#api-rest-api-3-issueLinkType-post) resource it defines and reports on issue link types.",
    "required": true,
    "location": "body",
    "type": "object"
  }
}

Response Schema

{}