Bulk operations (update/delete) for tasks in ClawTeam
Raw Developer Origin & Technical Request
GitHub Issue
Mar 21, 2026
## Feature Description
Support bulk update/delete operations for multiple tasks.
## Use Case
At phase completion, we often need to:
- Mark all completed tasks as archived
- Reassign multiple tasks to different owner
- Delete obsolete tasks
## Expected Behavior
```bash
# Bulk update by filter
clawteam task bulk-update team --status completed --set-status archived
clawteam task bulk-update team --owner agent1 --set-owner agent2
# Bulk delete
clawteam task bulk-delete team --status archived --before 2026-03-01
# Interactive confirmation
# "This will update 15 tasks. Continue? [y/N]"
```
## Benefits
- Time savings
- Reduce repetitive commands
- Clean up efficiency
Developer Debate & Comments
No active discussions extracted for this entry yet.
Adjacent Repository Pain Points
Other highly discussed features and pain points extracted from HKUDS/ClawTeam.
Engagement Signals
Cross-Market Term Frequency
Quantifies the cross-market adoption of foundational terms like filter and bulk update by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.
Market Trends