- 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>
265 B
265 B
| id | title | type | created | links | |||||
|---|---|---|---|---|---|---|---|---|---|
| DEW-0003 | Milestones & Labels | epic | 2026-04-23T23:37:10.468947Z |
|
Add freeform milestone and label fields to tickets for grouping and filtering. Both are List in ticket frontmatter.