move_task_to_bucket
Move a task into a kanban bucket by task and bucket IDs. It updates the task's column and handles done-state changes, repeating tasks, and bucket limit refusals automatically.
Instructions
Move a task into a kanban bucket. Re-sending the same bucket does nothing.
This changes more than the column, and list_kanban_views tells you which
bucket is which:
Moving into the done bucket marks the task done, and moving it out un-marks it.
A repeating task moved into the done bucket is reopened and sent to the default bucket.
A bucket at its task limit refuses the move.
Only meaningful when the view's bucket_configuration_mode is manual. In
filter mode the filters decide which bucket a task sits in.
The project is read from the task. That costs a request and removes an argument that could contradict the task it was given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| view_id | No | ||
| bucket_id | Yes |