createTaskFromStory
Create a new task linked to an existing story in Zentao by providing the story ID and task name, with optional description, estimate, and assignee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | ||
| storyId | Yes | ||
| estimate | No | ||
| taskName | Yes | ||
| assignedTo | No |