taiga_userstories_create
Create a new user story in Taiga by providing project ID and subject. Optionally include description, tags, points, status, and assignment.
Instructions
Create a new user story.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| points | No | Points per role {role_id: points} | |
| status | No | Status ID | |
| project | Yes | Project ID | |
| subject | Yes | User story subject | |
| watchers | No | ||
| is_closed | No | ||
| milestone | No | Sprint/Milestone ID | |
| is_blocked | No | ||
| assigned_to | No | ||
| description | No | ||
| blocked_note | No | ||
| kanban_order | No | ||
| sprint_order | No | ||
| backlog_order | No | ||
| assigned_users | No | ||
| team_requirement | No | ||
| client_requirement | No |