Move a task to another checklist
kanbanzone_move_taskMove tasks between checklists or reorder them within a single checklist by specifying source, destination, and position.
Instructions
Move a task between checklists (or reorder within the same checklist).
Args:
id (string, required): task ObjectId.
checklistFrom (string, required): source checklist ObjectId.
checklistTo (string, required): destination checklist ObjectId. Pass the same value as checklistFrom to reorder in place.
position (number, required, ≥0): destination position.
Examples:
"Move task 670... from checklist A to checklist B at position 0"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| checklistFrom | Yes | ||
| checklistTo | Yes | ||
| position | Yes |