update_backlog_item
Modify backlog task details like priority, title, tags, or phase without moving it to active work. Use this tool to update items in BACKLOG.md based on changing requirements or priorities.
Instructions
Updates an item in BACKLOG.md. Can change priority, title, tags, or phase without promoting to active work.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to update (e.g., "AUTH-001"). | |
| title | No | New title for the task. | |
| priority | No | New priority level (will move to new section). | |
| tags | No | New tags (replaces existing). | |
| phase | No | New phase/milestone. |