zenhub_create_milestone
Create a milestone in a ZenHub repository by specifying its title, optional description, start date, and due date.
Instructions
Create a milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Milestone title | |
| repository_id | Yes | Repository ID | |
| description | No | Milestone description | |
| due_date | No | Due date (ISO format) | |
| start_date | No | Start date (ISO format) |