You can now reorder subtasks in the API

Hello developers! For a while now, many of you have been asking how to reorder subtasks in a task, for which the API unfortunately hasn’t had a solution—until today! You can now reorder subtasks by calling POST /tasks/task-id/setParent and using either the insert_before or insert_after parameters just as you would when adding a task to a project.

7 Likes

@Phil_Seeman all yours :stuck_out_tongue:

Yessir - I just added it to my code and it works as advertised. Thanks, @Joe_Trollo and team!