clickup_list_add_task
Add a task to a secondary list while keeping it in its original home list, enabling multi-list membership for shared roadmaps and cross-team visibility.
Instructions
Add a task to a secondary list (multi-list membership) without moving it. The task remains in its original home list and becomes additionally visible in this one — useful for shared roadmaps. To change the home list instead, use clickup_task_move. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the secondary list the task should also appear in. Obtain from clickup_list_list (field: id). | |
| task_id | Yes | ID of the task to add. Obtain from clickup_task_list (field: id). |