Skip to main content
Best answer

Pull Subtask ID Clickup

  • September 12, 2024
  • 1 reply
  • 39 views

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

Best answer by SalonJayBest answer by SalonJay

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!

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

  • Author
  • Beginner
  • 1 reply
  • Answer
  • September 12, 2024

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!