linear_create_project_milestone
Create a project milestone in Linear with a name, project ID, and optional target date, sort order, or description. Use it to set clear project checkpoints and track progress.
Instructions
Create a new project milestone in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the project milestone | |
| projectId | Yes | 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 |