bulk_create_userstories
Create multiple user stories in one request by providing a list of subjects (one per line). Optionally assign a status and milestone to all created stories.
Instructions
Create multiple user stories at once from a list of subjects (one per line)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project numeric ID | |
| subjects | Yes | List of user story subjects/titles to create | |
| status_id | No | Status ID to assign to all created stories | |
| milestone_id | No | Sprint/milestone ID to assign to all stories |