epic_update
Update an epic's name, tags, priority, or description, change its status or branch scope, and cancel it to soft-delete. Only pass fields you want to change.
Instructions
Update an epic. Pass only the fields you want to change. Set status to "cancelled" to soft-delete. Pass branch="current" to pin to the active branch, or empty string to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Epic ID | |
| name | No | ||
| tags | No | ||
| branch | No | Branch to scope this epic to: "current" = active branch, "" = clear. | |
| status | No | ||
| priority | No | ||
| sort_order | No | ||
| description | No |