taiga_edit_epic
Edit an existing Taiga epic by providing its ID and current version. Update title, description, status, assignee, tags, or color as needed.
Instructions
Edit an existing epic. Fetch the current version with taiga_get_epic before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New list of tags | |
| color | No | New color in hex format (#RRGGBB) | |
| status | No | New status (ID) | |
| epic_id | Yes | Epic ID | |
| subject | No | New title | |
| version | Yes | Current version (obtained from the GET first) | |
| assigned_to | No | New assignee (null = nobody) | |
| description | No | New description |