linear_createMilestone
Add a new milestone to a Linear project. Specify its name, project ID, and optionally target date, sort order, and description.
Instructions
Create a new project milestone in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the milestone | |
| projectId | Yes | ID of the project the milestone belongs to | |
| sortOrder | No | Sort order for the milestone within its project | |
| targetDate | No | Planned target date for the milestone (YYYY-MM-DD format) | |
| description | No | Description of the milestone 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 |