如何通过API将任务从一个部分移动到另一个部分?我看到有一个insert_after或insert_before参数 - 可以在更新期间使用吗?
答案 0 :(得分:0)
如果您确实使用以下部分的insert_after
insert_before`的POST /tasks/:id/addProjects' it will move the task to be directly after the section. Alternatively, you could do an
参数的部分任务ID,则会将其放在最后。
我们有一些更改可以更好地支持未来API的各个部分,但目前这是最好的解决方法。