Syntax
Description
Creates a new issue with the specified title and options. Issues are automatically assigned sequential IDs based on your configured prefix.Arguments
The issue title. Wrap in quotes if it contains spaces.
Options
Issue description with additional details.
Priority level (0=highest, 4=lowest).
Issue type. Valid values:
bug, feature, task, epic, chore.Assign the issue to a specific person or agent.
Comma-separated labels to attach to the issue.
Comma-separated dependencies. Format:
type:id or just id for blocks type.Types: blocks, related, parent-child, discovered-from.Explicit issue ID to avoid collisions. Use with caution.
Create from markdown file (not yet implemented).
Output the created issue in JSON format.
Examples
Output Format
Human-readable
JSON (with —json flag)
Issues are created with status
open by default. Use tracer update to change the status to in_progress when you start working on them.