createTaskFromStory
Creates a task directly from a ZenTao story by providing story ID, task name, and optional details like description, estimate, and assignee. Converts stories into actionable tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | ||
| storyId | Yes | ||
| estimate | No | ||
| taskName | Yes | ||
| assignedTo | No |