dew/.project/kanban/done/DEW-0011.md

11 lines
418 B
Markdown

---
id: DEW-0011
title: Add milestones and labels to Ticket model
type: story
created: 2026-04-23T23:37:36.838770Z
links:
- id: DEW-0003
type: child_of
---
Add milestones: `List<String>` and labels: `List<String>` to the Ticket model and YAML frontmatter. Support --milestone and --label flags on create/update. Add --label and --milestone filter flags to list and search commands. Depends on storage refactor.