createTaskFromStory
Turn a story into an actionable task by providing the story ID, task name, and optional details like description, estimate, and assignee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | ||
| storyId | Yes | ||
| estimate | No | ||
| taskName | Yes | ||
| assignedTo | No |