taiga_create_task
Create a new task in a Taiga project by providing a project ID and subject, with optional fields for assignee, tags, sprint, and user story.
Instructions
Create a new task in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tags | |
| status | No | Initial status (ID) | |
| subject | Yes | Task title | |
| project_id | Yes | Project ID | |
| assigned_to | No | Assigned user (ID) | |
| description | No | Detailed description | |
| milestone_id | No | Sprint to assign (ID) | |
| userstory_id | No | User story this task belongs to (ID) |