Create tasks with subtasks via the api
Log In
P
Phil Taylor
This is sorely needed, but the paucity of upvotes over four years tells me that we're going to be waiting a long time for this functionality...
Lauren Orchard
Merged in a post:
Edit Parent of Task or Add Subtask to Existing Task using API
N
Ny Nguyen
Currently, the only way that I've found for adding subtasks to an existing task via the API is by using Create Task and supplying a parent at the start. However, there are some flows where I need to update an existing task to be a subtask of another parent task. I've tried the "Update Task" PUT request but it didn't seem to work.
Martin Boonzaayer
With all the ability now of having nested subtasks, the API needs to allow us to nest an existing task below another existing task. You would think this would be very simple with the "Update Task", but it will not accept the "parent" as an update parameter.
M
Michiel
Same problem here, would be nice if this feature gets in the API. The same is already possible in the ClickUp Application