move_task
Relocate a task to a different project, carrying over labels, assignees, comments, relations, and dates. Requires write access to the destination project.
Instructions
Move a task to another project. Needs write access to the target.
Vikunja has no endpoint for this. A task's project_id is writable and setting
it is the move. This costs what an update costs: two requests on v1, one on v2.
Labels, assignees, comments, relations, and dates all come along. The
project-local identifier derives from the project the task is in, and is
reassigned on arrival.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| project_id | Yes |