clickup_task_link
Creates a bidirectional 'see also' link between two tasks, showing each in the other's linked tasks panel. Use to indicate non-blocking relationships.
Instructions
Create a bidirectional reference link between two tasks — a non-blocking 'see also' relationship, unlike dependencies. Both tasks show the other in their 'Linked tasks' panel. Use clickup_task_unlink to remove. For blocking relationships, use clickup_task_add_dep instead. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links_to | Yes | ID of the second task to link to. Obtain from clickup_task_list (field: id). The link is visible from both tasks. | |
| task_id | Yes | ID of the first task. Obtain from clickup_task_list (field: id). |