createUserStory
Create a user story in Taiga by providing project identifier and subject. Optionally include a description, status, or tags to capture details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tags | |
| status | No | Status name (e.g., "New", "In progress") | |
| subject | Yes | User story title/subject | |
| description | No | User story description | |
| projectIdentifier | Yes | Project ID or slug |