taiga_create_epic
Create a new epic in a Taiga project by providing the project ID and epic title, with optional details like tags, color, status, assignee, or description.
Instructions
Create a new epic in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tags | |
| color | No | Color in hex format (#RRGGBB) | |
| status | No | Initial status (ID) | |
| subject | Yes | Epic title | |
| project_id | Yes | Project ID | |
| assigned_to | No | Assigned user (ID) | |
| description | No | Detailed description |