I’d like ClickUp to support automatic parent task status updates based on the status of its direct subtasks, using status groups (Not Started, Active, Done, Closed) instead of specific status names. For example, this is the ruleset that we are currently implementing with API: + If all subtasks are Closed → parent becomes Closed + If parent is Closed and any subtask reopens → parent becomes Active + If parent is Not Started and any subtask is Active, Done, or Closed → parent becomes Active + If all subtasks are Not Started → parent stays Not Started + If parent is Done and subtasks change → do not reopen the parent (this is because we put our 'on hold' and 'canceled' statuses in the done grouping because our team doesn't want overdue notifications when tasks are in these statuses) + If parent is Active → leave it as-is unless all subtasks become Closed This would really help reduce manual updates, keep parent tasks aligned with actual progress, eliminates need for external automations (API, Airtable, etc.), it would be a much cleaner solution if it were implemented as a ClickUp App or within ClickUp natively, and it works across spaces with different status names. This would be a huge improvement for managing task hierarchies natively in ClickUp.