create_epic
Create a new epic in a Taiga project by providing a project ID and title, with optional description, assignee, color, and tags.
Instructions
Create a new epic in a Taiga project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project numeric ID | |
| subject | Yes | Epic title | |
| description | No | Epic description (markdown) | |
| color | No | Hex color code e.g. #F00000 | |
| assigned_to | No | Assignee user ID | |
| tags | No |