clickup_task_link
Create bidirectional 'see also' links between ClickUp tasks for non-blocking relationships, making connections visible in both tasks' linked panels.
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). |