Add Issue Link
issue_add_linkLinks a Yandex Tracker issue to another issue with a specified relationship such as '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_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. | |
| issue | Yes | ID or key of the issue to link to, e.g. 'TEST-123'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| createdAt | No | ||
| updatedAt | No | ||
| createdBy | No | ||
| updatedBy | No | ||
| id | Yes | ||
| direction | No | ||
| type | No | ||
| object | No | ||
| assignee | No | ||
| status | No |