update_milestone
Update an existing Huly milestone by modifying status, target date, description, or label. Only specified fields are changed.
Instructions
Update fields on an existing Huly milestone. Only provided fields are modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | a string that will be trimmed | |
| status | No | New milestone status | |
| project | Yes | a string that will be trimmed | |
| milestone | Yes | a string that will be trimmed | |
| targetDate | No | New target date as Unix timestamp in milliseconds | |
| description | No | New milestone description (markdown supported) |