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