createTask
Adds a new task to a Taiga user story by specifying project and user story identifiers, with optional tags, status, and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tags | |
| status | No | Status name (e.g., "New", "In progress") | |
| subject | Yes | Task title/subject | |
| description | No | Task description | |
| projectIdentifier | Yes | Project ID or slug | |
| userStoryIdentifier | Yes | User story ID or reference number |