Problem
When the status of a parent issue is changed (e.g., from 'Todo' to 'Done'), its sub-issues do not get updated automatically. Each sub-issue has to be updated manually, which is tedious and error-prone for issues with many children.
Suggested solution
Provide at least one of the following:
- Automatic propagation: Changing the status of a parent issue automatically applies the same status to all of its sub-issues.
- Optional propagation: Add an option (e.g., a toggle or a prompt) that asks whether the status change should cascade to sub-issues when changing a parent's status.
An option (rather than unconditional automatic behavior) is probably safer, since users may want different statuses on sub-issues in some workflows (e.g., blocking states).
Additional context
- This would be very useful for hierarchies where sub-issues are steps of a larger task.
- Similarly, unassigning or other bulk operations on parents could also be considered for propagation.
Problem
When the status of a parent issue is changed (e.g., from 'Todo' to 'Done'), its sub-issues do not get updated automatically. Each sub-issue has to be updated manually, which is tedious and error-prone for issues with many children.
Suggested solution
Provide at least one of the following:
An option (rather than unconditional automatic behavior) is probably safer, since users may want different statuses on sub-issues in some workflows (e.g., blocking states).
Additional context