duplicate_task
Copy a task with its labels, assignees, attachments, and reminders into the same project, linking the copy back to the original. Provides the new task's ID for further actions.
Instructions
Copy a task, with its labels, assignees, attachments, and reminders.
The copy lands in the same project as the original and links back to it with a
copiedfrom relation. Vikunja offers no way to duplicate straight into another
project; call move_task on the copy for that.
Returns the copy, with the id a caller needs to act on it. Vikunja wraps
this one response in a duplicated_task envelope on both API versions, and that
wrapper is removed here. A body without the key is passed through whole.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |