Issue Tracker
February 17, 2026 ยท View on GitHub
Project: [Project Name] Last Updated: YYYY-MM-DD
Quick Stats
| Status | Count | Issues |
|---|---|---|
| Open | 0 | - |
| In Progress | 0 | - |
| Blocked | 0 | - |
| Resolved | 0 | - |
| Closed | 0 | - |
| Total | 0 | - |
Priority Breakdown
| Priority | Open | In Progress | Blocked | Total |
|---|---|---|---|---|
| Critical | 0 | 0 | 0 | 0 |
| High | 0 | 0 | 0 | 0 |
| Medium | 0 | 0 | 0 | 0 |
| Low | 0 | 0 | 0 | 0 |
Type Breakdown
| Type | Open | In Progress | Total |
|---|---|---|---|
| Bug | 0 | 0 | 0 |
| Feature | 0 | 0 | 0 |
| Task | 0 | 0 | 0 |
| Deployment | 0 | 0 | 0 |
| Documentation | 0 | 0 | 0 |
| Technical Debt | 0 | 0 | 0 |
| Improvement | 0 | 0 | 0 |
Open Issues
High Priority
| ID | Title | Type | Assigned | Updated |
|---|---|---|---|---|
| - | - | - | - | - |
Medium Priority
| ID | Title | Type | Assigned | Updated |
|---|---|---|---|---|
| - | - | - | - | - |
Low Priority
| ID | Title | Type | Assigned | Updated |
|---|---|---|---|---|
| - | - | - | - | - |
Closed Issues
| ID | Title | Type | Resolved | Notes |
|---|---|---|---|---|
| - | - | - | - | - |
Issue Details
ISSUE-001
Title: [Title] Status: [Status] Priority: [Priority] Type: [Type]
[Brief description]
Files: Link to issue file
How to Use This Tracker
CLI Usage:
# List all open issues
./scripts/issue-manager.sh list --status open
# List by priority
./scripts/issue-manager.sh list --priority high
# Show specific issue
./scripts/issue-manager.sh show ISSUE-001
# Create new issue
./scripts/issue-manager.sh create
# Update issue status
./scripts/issue-manager.sh update ISSUE-001 --status "in_progress"
# Search issues
./scripts/issue-manager.sh search "keyword"
# Show statistics
./scripts/issue-manager.sh stats
Manual Updates:
- Edit individual issue file in
issues/ISSUE-###.md - Update this file (ISSUES.md) to reflect changes
- Keep stats and tables synchronized
Integration with Project Tracking
TRACKER.md (Milestones):
- High-level project milestones and phases
- Overall project progress
- Session history
ISSUES.md (Work Items):
- Granular work items within milestones
- Bugs, technical debt, improvements
- Day-to-day operational tracking
CURRENT-STATE.md (Session Handoff):
- Current session context
- Immediate next actions
- Latest changes
Use Together: TRACKER.md for "where we are", ISSUES.md for "what needs doing", CURRENT-STATE.md for "what's happening now"
Related Documentation:
- issues/README.md - How to use the issue tracking system
- TRACKER.md - Project milestone tracking
- CURRENT-STATE.md - Current session state
Last Updated: YYYY-MM-DD Next Review: Weekly Maintained By: [Your Team]