linear_updateMilestone
Update an existing Linear project milestone by providing its ID and at least one field to change, such as name, description, 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 | |
| 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 |