bulk_create_tasks
Create multiple tasks at once from a newline-separated list of subjects within a user story, returning the created tasks.
Instructions
Create multiple tasks at once from a newline-separated list of subjects within a user story. Returns created tasks. Uses default session if session_id not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| subjects | Yes | ||
| us_id | No | ||
| sprint_id | No | ||
| session_id | No |