create_task
Create a new task in a Taiga project. Provide project ID and subject; optionally add description, assignee, user story, milestone, or tags.
Instructions
Create a new task in a Taiga project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project numeric ID | |
| subject | Yes | Task title | |
| description | No | ||
| userstory_id | No | Parent user story ID | |
| milestone_id | No | Sprint/milestone ID | |
| assigned_to | No | Assignee user ID | |
| tags | No |