linear_search_project_milestones
Search project milestones in Linear with filters for name, project, and target date. Control pagination, ordering, and result count to find the exact milestones you need.
Instructions
Search for project milestones with filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by milestone name (exact match) | |
| after | No | Cursor for pagination | |
| first | No | Number of milestones to return (default: 50) | |
| orderBy | No | Field to order by (default: updatedAt) | |
| projectId | No | Filter by project ID | |
| targetDate | No | Filter by target date (ISO 8601 format) |