- Ticket.milestones and Ticket.labels: List<String>, optional (default []) - toFileContent() emits milestones:/labels: YAML lists when non-empty - fromFileContent() parses them back; empty when absent (backwards compat) - TicketStore.create() and update() accept milestones/labels params - CreateCommand and UpdateCommand: --milestone/--label multi-options - ListCommand and SearchCommand: --milestone/--label filter options - 4 new tests: model roundtrip, store persistence, update patch, no fields when empty Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
414 B
414 B
| id | title | type | created | links | |||||
|---|---|---|---|---|---|---|---|---|---|
| DEW-0011 | Add milestones and labels to Ticket model | story | 2026-04-23T23:37:36.838770Z |
|
Add milestones: List and labels: List 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.