Skip to content

Change Task Status

Move a task through its status lifecycle without losing the activity trail that explains what changed and why.

Best for Human member and Automation developer Updated April 3, 2026
CLI In this interface
4 steps Steps
3 interfaces Available in
Use this path when

Use the task update command with only the status flag when you want a clean status-only mutation in the terminal.

What you'll finish here
  • Choose a valid status.
  • Apply the transition from the correct surface.
  • Preserve a clean activity trail.

Where this happens

LabelValueNotes
Command./backlog.sh tasks update <taskId> --status VALUEStatus-only task patch.

Same Task, Other Interfaces

Use the version that matches where you are working now. The subject matter stays the same; the delivery changes by surface.

Do the work

  1. 1. Find the task id first through `tasks list` if you do not already have it.
  2. 2. Run `./backlog.sh tasks update task_123 --status progressed`.
  3. 3. Review the JSON result and rerun `tasks list` if you need a visible confirmation.
  4. 4. Keep status-only changes separate from big field patches when readability matters.

Keep Going in Task Workflows

Stay in the same interface and move to the next closest task in this topic when needed.

Nearby Guides

These guides stay close to the current workflow so you can keep moving without restarting discovery.