create_milestone
Create a milestone in a Bexio project by specifying the project ID and name. Add an optional comment, end date, or parent milestone to organize project phases.
Instructions
Create milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the milestone | |
| comment | No | Description for milestone | |
| end_date | No | The end date for the milestone | |
| project_id | Yes | the id of the project | |
| pr_parent_milestone_id | No | Higher level milestone |