Hello, I've been having difficulty finding a solution for this.
I'm looking to find or create an event that identifies the subtask IDs associated with a parent task. Thus far, I haven't been able to find or create anything with the assistance of the AI bot that can accomplish this. It returns an error as though no subtask exists, but I am certain that the subtasks are present with the Parent Task ID I am supplying.
Does anyone have a resolution for this?
Thank you
I discovered the solution on Reddit shortly after posting. I'm sharing it here for others who might encounter the same issue.
For reasons unknown, the bot wasn't incorporating this parameter into the code. It turns out you simply need to append
“?include_subtasks=true”
to the GET task request. This will include the subtask information. I prompted the bot to add it for the custom event, and it worked successfully!