Syntax
Description
Updates one or more fields on an existing issue. Only specified fields are changed; unspecified fields remain unchanged.Arguments
The ID of the issue to update (e.g.,
bd-1).Options
Update the issue title.
Update the issue description.
Update the issue status. Valid values:
open, in_progress, blocked, closed.Update the priority (0-4).
Update the issue type. Valid values:
bug, feature, task, epic, chore.Update the assignee.
Output the updated issue in JSON format.
Examples
Output Format
Human-readable
JSON (with —json flag)
Issue not found
Auto-assignment Behavior
When you update an issue toin_progress status without specifying an assignee, tracer automatically assigns it to the current actor (from $TRACE_ACTOR or $USER).
Every update creates an event in the issue’s history. Use
tracer show <id> --full to see the complete event timeline.