linear_updateMilestone
Update an existing project milestone's details such as name, due date, or description. Provide the milestone ID and the fields to modify.
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 | |
| sortOrder | No | Updated sort order for the milestone within its project | |
| targetDate | No | Updated planned target date for the milestone (YYYY-MM-DD format) | |
| description | No | Updated milestone description in markdown format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| status | No | ||
| project | No | ||
| progress | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| targetDate | No | ||
| description | No |