duplicate_task
Duplicate a task into a target list, copying its properties. Returns the newly created task.
Instructions
Duplicate a task into a target List by reading the source and re-creating it (name, description, status, priority, assignees, tags and dates). Returns the new task. The copy is named ' (copy)' unless you override it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the source task to duplicate. | |
| list_id | Yes | ID of the destination List for the copy. | |
| name | No | Name for the copy. Defaults to '<source name> (copy)'. | |
| custom_task_ids | No | Set true to treat `task_id` as a custom task ID instead of a native ClickUp ID. Requires `team_id`. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |