add_task_link
Link two tasks with a plain relationship, creating a mutual reference without implying dependency or blocking order.
Instructions
Link two tasks together with a plain (non-dependency) relationship, so they reference each other. Use for 'related to' connections that don't imply blocking order. Returns the linked task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the source task. | |
| links_to | Yes | ID of the task to link it to. | |
| custom_task_ids | No | Set true when the task ids are custom task IDs instead of native ClickUp IDs. Requires `team_id`. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |