Link issues

Use this request to link two issues to each other. The link is created between the current issue specified in the issue-id request parameter and the issue specified in the issue parameter.

Linking issues:

POST /v2/issues/TEST-1/?links HTTP/1.1
Host: https://api.tracker.yandex.net
Authorization: OAuth <OAuth token>
X-Org-Id: <organization ID>
Cache-Control: no-cache

{
    "relationship": "relates",
    "issue": "TREK-2"
}