create_milestone
Create a GitLab milestone with a title, optional description, start and due dates to organize project phases. Track progress toward key objectives and keep your team aligned on deadlines.
Instructions
Create a new milestone in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the milestone | |
| due_date | No | The due date of the milestone (YYYY-MM-DD) | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| start_date | No | The start date of the milestone (YYYY-MM-DD) | |
| description | No | The description of the milestone |