bd q
Generated from bd help --doc q
bd q
Quick capture creates an issue and outputs only the issue ID. Designed for scripting and AI agent integration.
Example: bd q "Fix login bug" # Outputs: bd-a1b2 ISSUE=$(bd q "New feature") # Capture ID in variable bd q "Task" | xargs bd show # Pipe to other commands
bd q [title] [flags]
Flags:
-l, --labels strings Labels
-p, --priority string Priority (0-4 or P0-P4) (default "2")
-t, --type string Issue type (default "task")