linear_updateMilestone
Update an existing project milestone by providing its ID and at least one field to change, such as name or target date.
Instructions
Update an existing project milestone in Linear. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the milestone to update | |
| name | No | Updated name of the milestone | |
| projectId | No | Updated project ID for the milestone | |
| description | No | Updated milestone description in markdown format | |
| targetDate | No | Updated planned target date for the milestone (YYYY-MM-DD format) | |
| sortOrder | No | Updated sort order for the milestone within its project |