update_issue
Update specific fields on an existing Huly issue. Only provided fields change; description supports markdown.
Instructions
Update fields on an existing Huly issue. Only provided fields are modified. Description updates support markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | a string that will be trimmed | |
| status | No | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| assignee | No | New assignee email (null to unassign) | |
| priority | No | ||
| identifier | Yes | a string that will be trimmed | |
| description | No | New issue description (markdown supported) |