I created some sub tasks using the following API. But any new subtask I create, is getting added to the top of the subtask list in asana website. I want the newly created subtasks to be at the end of the list. How to rearrange or to append to the list?
Asked
Active
Viewed 140 times
1 Answers
0
Currently this isn't supported via the API - we have plans to support something like the insert_before
/insert_after
parameter similar to on the task/addProject
endpoint, but for subtasks.
It's not currently scheduled work, though I've added a note to this question so we can take that into account when prioritizing API work (and make notice when we ship it).

agnoster
- 3,744
- 2
- 21
- 29
-
Has there been any change to this? I need the same thing for the same reason as the OP. – Brian Victor Apr 14 '17 at 20:51
-
Yes, the ability to order subtasks [has been added to the Asana API](https://asana.com/developers/news/subtasks-stories-start-dates): _Just like when adding tasks to or reordering tasks in a project, you can now specify `insert_before` or `insert_after` when calling the setParent endpoint._ – Phil Seeman Jul 21 '18 at 13:10