Skip to main content

Hi, i’ve been struggling to find a solution for this. 

 

I am trying to find or create an event that will find the subtask ids from a parent task. So far i haven’t been able to find or create anything with the help of the ai bot that can do this. It comes back with an error as if there isn’t a subtask but i know for a fact that the sub tasks are there with the Parent task ID im providing. 

 

Does anyone have a solution to this?

 

Thanks

Found the answer to this on reddit a few minutes later haha. Going to put it here for anyone searching in the future. 

For whatever reason the bot wasn’t including this in the code but apparently just have to add

 “?include_subtasks=true”

to the GET task and it will pull the subtask information. I just asked the bot to include it for the custom event and it worked!