Tasks

Move task

Move a task to another project, optionally into a named column. Both projects must be in the same workspace.

put/task/move/{id}

Path parameters

idstring required

Request body

destinationProjectIdstring required
destinationStatusstring

Defaults to the destination project's first column.

Response

The moved task, with both project ids

sourceProjectIdstring required
destinationProjectIdstring required

Changes