clickup_add_task_link
Link two tasks with a non-blocking 'related to' association to cross-reference them without enforcing execution order.
Instructions
Link two tasks with a non-blocking "related to" association.
Unlike dependencies, a link implies no execution order — it just cross- references two tasks. Only task-to-task links are supported (not links to other object types or arbitrary URLs).
When to Use:
To relate tasks that reference each other without blocking either one.
When NOT to Use:
To enforce completion order — use
clickup_add_dependency.
Returns: A confirmation naming both linked tasks.
Examples:
params = {"task_id": "abc", "links_to": "xyz"}
Error Handling: A 404 means one of the task IDs is wrong; set custom_task_ids + team_id to reference tasks by custom ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |