updateEpic
Update an existing epic in Taiga by specifying its ID and optionally modifying its subject, description, color, tags, or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epicId | Yes | ID of the Epic to update | |
| subject | No | New subject/title for the Epic | |
| description | No | New description for the Epic | |
| color | No | New color code for the Epic | |
| tags | No | New tags for the Epic | |
| status | No | New status ID for the Epic |