create_milestone
Create a milestone in a GitLab project with title, description, start and due dates to manage project timelines.
Instructions
Create a new milestone in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| title | No | Milestone title | |
| description | No | Milestone description | |
| due_date | No | Due date (YYYY-MM-DD) | |
| start_date | No | Start date (YYYY-MM-DD) |