update_ticket
Modify a created ticket's status, dependencies, external references, or markdown sections without altering unspecified fields, enabling corrections and planning adjustments.
Instructions
Amend a ticket after creation; anything left out is left alone. status sets todo, in-progress or blocked — for finished states, prefer complete_task, verify_task or complete_spike as they also record notes. blocked_by replaces the dependency list and is refused if a referenced ticket does not exist or the edge would create a cycle. To say "A blocks B", set blocked_by on B. body_sections replaces whole markdown sections by heading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| ticket_id | Yes | ||
| blocked_by | No | ||
| external_ref | No | ||
| body_sections | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |