update_epic
Modify an epic's name, status, priority, or description in a project tracker using its UUID to keep hierarchical project data accurate and current.
Instructions
Update epic information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the epic | |
| status | No | New status for the epic | |
| epic_id | Yes | UUID of the epic to update | |
| priority | No | New priority for the epic | |
| description | No | New description for the epic |