update_milestone_tool
Modify GitLab milestone details like title, dates, description, or state by providing project and milestone IDs.
Instructions
Update an existing milestone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| due_date | No | New due date (YYYY-MM-DD) | |
| project_id | Yes | Project ID or path | |
| start_date | No | New start date (YYYY-MM-DD) | |
| description | No | New description (Markdown) | |
| state_event | No | State transition (close, activate) | |
| milestone_id | Yes | Milestone ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||