mime-todo-cli/tests/_mocks/todo-with-tracker.txt
Tiara Rodney 932d4ad420
init
2026-03-15 03:02:41 +01:00

54 lines
1.1 KiB
Text

--ISSUE
Content-Type: application/sprints
Sprints:
- Name: Sprint Alpha
Range: 2026-02-01..2026-02-14
--ISSUE
Content-Type: application/modules
Modules:
- Name: General
Path: .
- Name: Frontend
Path: src/frontend
- Name: Backend
Path: src/backend
--ISSUE
Content-Type: application/bugzilla
URL: https://bugzilla.example.com
Mappings:
- Module: General
Product: MyProject
Component: General
- Module: Frontend
Product: MyProject
Component: Frontend
- Module: Backend
Product: MyProject
Component: Backend
--ISSUE
Content-Type: application/issue
ID: 1
Type: feature
Title: Add streaming parser
Status: open
Priority: high
Created: 2026-02-05
Module: Frontend
Relationships:
Description: Implement streaming JSON parser.
Must support SAX-like events.
--ISSUE
Content-Type: application/issue
ID: 2
Type: bugfix
Title: Fix API crash
Status: in-progress
Priority: medium
Created: 2026-02-06
Module: Backend
Relationships:
Description: Fix null pointer in request handler.