linear_update_project_milestone
Update existing project milestones by modifying name, description, target date, project assignment, and sort order.
Instructions
Update an existing project milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the project milestone to update | |
| name | No | The name of the project milestone | |
| projectId | No | The ID of the project this milestone belongs to | |
| sortOrder | No | The sort order for the project milestone within a project | |
| targetDate | No | The planned target date of the project milestone (ISO 8601 format) | |
| description | No | The description of the project milestone in markdown format |