create_milestone
Create a milestone in a Huly project by specifying project, label, target date as Unix timestamp, and optional markdown description. Returns the milestone ID and label.
Instructions
Create a new milestone in a Huly project. Returns the created milestone ID and label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | a string that will be trimmed | |
| project | Yes | a string that will be trimmed | |
| targetDate | Yes | Target date as Unix timestamp in milliseconds | |
| description | No | Milestone description (markdown supported) |