Create Task
task_createCreate a new task in a Taiga project, linked to a parent user story, with subject, description, status, milestone, assignee, watchers, and tags.
Instructions
Create a new task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | 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 | ||
| user_story | Yes | Parent user story id — required by Taiga for task creation | |
| assigned_to | No | Numeric user id, or email/full name (resolved against project members). null explicitly unassigns; omit to leave unchanged. | |
| description | No |