Add Issue Link
issue_add_linkLink a Yandex Tracker issue to another with a chosen relationship, such as 'depends on' or 'relates', to clarify dependencies and connections between tasks.
Instructions
Create a link between a Yandex Tracker issue and another issue. relationship reads from the current issue: 'depends on' means issue_id depends on the linked issue, 'is dependent by' is the reverse, 'relates' is a plain connection.
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 |