create_task
Create a new task in KiraHub with title, description, and tags, optionally linking to a project or epic.
Instructions
Create a new task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Task tags | |
| title | Yes | Task title | |
| epic_id | No | Epic ID (optional) | |
| project_id | No | Project identifier - UUID, readable_id, or name/slug (required if epic_id not provided) | |
| description | No | Task description |