Create Epic
epic_createCreate a new epic in a Taiga project. If the Epics module is disabled, the epic remains hidden until you enable it via project_update.
Instructions
Create a new epic. Note: if the project's Epics module isn't enabled (is_epics_activated), the epic is still created via the API but stays invisible in Taiga's web UI (no nav item, in-app links 404) until the module is enabled — use project_update to enable it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| color | No | ||
| status | No | ||
| project | Yes | ||
| subject | Yes | ||
| watchers | No | Numeric user ids and/or email/full name (resolved against project members). Omit to leave unchanged. | |
| milestone | No | ||
| assigned_to | No | Numeric user id, or email/full name (resolved against project members). null explicitly unassigns; omit to leave unchanged. | |
| description | No |