createEpic
Create a new epic in a Taiga project by providing the project ID and subject. Optionally include a description, color code, and tags for categorization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project ID where the Epic will be created | |
| subject | Yes | Epic subject is required | |
| description | No | Optional detailed description of the Epic | |
| color | No | Optional color code for the Epic (e.g., #FF5733) | |
| tags | No | Optional tags for categorization |