update_issue_template
Modify fields on an existing Huly issue template. Update title, assignee, priority, component, estimation, or description as needed.
Instructions
Update fields on an existing Huly issue template. Only provided fields are modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| assignee | No | New default assignee email (null to unassign) | |
| priority | No | ||
| template | Yes | a string that will be trimmed | |
| component | No | New default component ID or label (null to clear) | |
| estimation | No | New default estimation in minutes | |
| description | No | New template description (markdown supported) |