Syntax
Options
Filter by priority level (0-4, where 0 is highest priority)
Filter by assignee email or name
Maximum number of results to return
Output result in JSON format
Examples
# Show all ready work
tracer ready
Output
✓ Ready work: 3 issue(s)
bd-5 Implement user profile page [P1, feature]
Status: open
Created: 2025-03-04 10:00 | Updated: 2025-03-04 10:00
bd-8 Fix validation bug [P0, bug]
Status: open
Created: 2025-03-04 11:00 | Updated: 2025-03-04 11:00
bd-12 Add tests for validation [P1, task]
Status: open
Assignee: [email protected]
Created: 2025-03-04 12:00 | Updated: 2025-03-04 12:00
[
{
"id": "bd-8",
"title": "Fix validation bug",
"description": "",
"status": "open",
"priority": 0,
"issue_type": "bug",
"assignee": "",
"created_at": "2025-03-04T11:00:00Z",
"updated_at": "2025-03-04T11:00:00Z"
},
{
"id": "bd-5",
"title": "Implement user profile page",
"description": "Create a user profile page with edit capabilities",
"status": "open",
"priority": 1,
"issue_type": "feature",
"assignee": "",
"estimated_minutes": 120,
"created_at": "2025-03-04T10:00:00Z",
"updated_at": "2025-03-04T10:00:00Z"
},
{
"id": "bd-12",
"title": "Add tests for validation",
"description": "",
"status": "open",
"priority": 1,
"issue_type": "task",
"assignee": "[email protected]",
"created_at": "2025-03-04T12:00:00Z",
"updated_at": "2025-03-04T12:00:00Z"
}
]
Ready work only includes issues with status “open” that have no unresolved blocking dependencies.
Use tracer ready --json | jq to pipe the output into jq for advanced filtering and processing.