Add Issue Link
issue_add_linkEstablish a relationship between Yandex Tracker issues by linking one issue to another, specifying connection type like 'depends on' or 'relates'.
Instructions
Create a link between a Yandex Tracker issue and another issue. The relationship describes how the current issue (issue_id) relates to the linked issue. For example, 'depends on' means issue_id depends on the linked issue, while 'is dependent by' means the linked issue depends on issue_id. Use 'relates' for a simple connection. Returns the created link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ID or key of the issue to link to, e.g. 'TEST-123'. | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| relationship | Yes | Link type describing how the current issue (issue_id) relates to the linked issue. 'is epic of'/'has epic' apply only to Epic-type issues. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | No | ||
| object | No | ||
| status | No | ||
| assignee | No | ||
| createdAt | No | ||
| createdBy | No | ||
| direction | No | ||
| updatedAt | No | ||
| updatedBy | No |