create_issue
Create a new issue in a Huly project. Optionally specify a parent issue to create a sub-task. Supports markdown formatting in the description.
Instructions
Create a new issue in a Huly project. Optionally create as a sub-issue by specifying parentIssue. Description supports markdown formatting. Returns the created issue identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | a string that will be trimmed | |
| status | No | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| assignee | No | Assignee email address | |
| priority | No | ||
| description | No | Issue description (markdown supported) | |
| parentIssue | No | a string that will be trimmed |