It would help if there was a node for:
ClickUp — Support for getting subtasks for a specific task, or an option to get a specific task with a boolean to include its subtasks.
My use case:
Currently, the ClickUp node in n8n does not support retrieving all subtasks for a given parent task directly. This is a common use case for project management workflows, where automation often needs to process or report on all subtasks under a specific parent task (e.g., for progress tracking, notifications, or batch updates). Having a direct way to fetch subtasks for a given task ID, or a boolean option to include subtasks when retrieving a specific task, would simplify workflows and reduce the need for manual filtering or multiple API calls.
Any resources to support this?
- ClickUp API Get Task documentation
- ClickUp API Get Tasks documentation
- Community forum discussions and use cases often request easier subtask handling.