Create User Story
user_story_createCreate a new user story in a Taiga project with required project and subject fields. Optionally set description, tags, status, points, milestone, assignee, and watchers.
Instructions
Create a new user_story.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| points | No | Map of role id (as string) to point value | |
| 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 | ||
| assigned_to | No | Numeric user id, or email/full name (resolved against project members). null explicitly unassigns; omit to leave unchanged. | |
| description | No |