record_status_transition
Record a task's status change from one state to another, capturing the reason to maintain an accurate development history.
Instructions
Record a status transition for a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for transition (optional) | |
| taskId | Yes | Task ID | |
| toStatus | Yes | New status | |
| fromStatus | Yes | Previous status |