taiga_tasks_create
Create a new task in Taiga by providing project ID and subject, with optional fields for description, assignee, status, and tags. Enables adding tasks directly to Taiga from your AI agent.
Instructions
Create a new task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| status | No | ||
| project | Yes | Project ID | |
| subject | Yes | Task subject | |
| watchers | No | ||
| is_closed | No | ||
| milestone | No | ||
| is_blocked | No | ||
| is_iocaine | No | ||
| user_story | No | User Story ID | |
| assigned_to | No | ||
| description | No | ||
| blocked_note | No |