Usage
Description
Show detailed information about one or more issues, including description, design notes, dependencies, comments, and full audit trail.Parameters
string[]
Issue IDs to display. If omitted with
--current, shows the active issue. Supports multiple IDs to view several issues at once.Display Options
boolean
Show compact one-line output per issue
boolean
Show all available fields (extended metadata, agent identity, gate fields, etc.)
boolean
Show the currently active issue (in-progress, hooked, or last touched)
Special Views
boolean
Show full conversation thread (for message issues)
boolean
Show issues that reference this issue (reverse lookup)
boolean
Show only the children of this issue
Time Travel
string
Show issue as it existed at a specific commit hash or branch (requires Dolt)
Advanced
string[]
Issue ID (use for IDs that look like flags, e.g.,
--id=gt--xyz)boolean
Show timestamps in local time instead of UTC
boolean
Watch for changes and auto-refresh display
Output
boolean
Output JSON for agent use
Examples
Basic Display
Display Modes
Special Views
Time Travel
Flag-Like IDs
JSON Output
With--json flag:
Terminal Output
Default View
Short View
Long View
Includes additional fields:Current Issue Resolution
With--current flag, resolves the active issue using this priority:
- In-progress issues assigned to current actor
- Hooked issues assigned to current actor
- Last touched issue from recent create/update/show/close
Watch Mode
Continuously monitor an issue for changes:Time Travel with Dolt
View historical versions of issues:Time travel requires Dolt backend. Not available with SQLite.
Dependency Display
Dependencies are grouped by type:PARENT
Parent-child relationships (issue is child)DEPENDS ON
Blocking dependencies (issue depends on these)DISCOVERED FROM
Discovery tracking (issue was found during these)CHILDREN
Hierarchical children (issue is parent)BLOCKS
Reverse blocking (issue blocks these)DISCOVERED
Reverse discovery (issue led to discovery of these)RELATED
Bidirectional informational links (deduplicated)Best Practices
For Agents
- Use
--jsonfor parsing - Use
--currentto check active work - Use
--shortfor bulk scanning - Parse dependencies to understand blocking state
For Humans
- Use default view for detailed context
- Use
--longwhen debugging - Use
--watchduring active development - Check dependencies before starting work
Agent Workflow
Related Commands
bd list- Search for issuesbd update- Modify issuesbd dep list- List dependenciesbd ready- Find claimable work