create_issue_template
Create a new issue template with default values for title, assignee, priority, and optional child templates for sub-tasks.
Instructions
Create a new issue template in a Huly project. Templates define default values for new issues. Optionally include children (sub-task templates) that will become sub-issues when creating issues from this template. Returns the created template ID and title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| assignee | No | Default assignee email address | |
| children | No | Child (sub-task) templates to include | |
| priority | No | ||
| component | No | a string that will be trimmed | |
| estimation | No | Default estimation in minutes | |
| description | No | Template description (markdown supported) |