I’m trying to move a tasks into a different bucket in the same view. I found this in the API Docs, but it doesn’t work:
bucket_id
integer
The bucket id. Will only be populated when the task is accessed via a view with buckets. Can be used to move a task between buckets. In that case, the new bucket must be in the same view as the old one.
got the same Problem. Try to move a task from one bucket to another. I was able to extract the related bucket ids. But the Task is not moved. Also i got no error in n8n. Return Code is 200 and the log entry from the container is: time=2025-12-04T09:44:15.933Z level=INFO msg="GET /api/v1/tasks/271" component=http status=200 remote_ip=172.17.1.1 latency=21.935936ms user_agent=axios/1.12.0
THX! I was able to move the tasks with the urls in your code.
The trick is to make a post request to: /api/v1/projects/$projectID/views/$viewID/buckets/tasks