linear_getProjectIssues
Retrieve issues linked to a Linear project. Filter by state, assignee, labels, cycle, or milestone to focus on specific tasks.
Instructions
Get issues associated with a project, with PM-friendly filters like state, assignee, labels, cycle, and milestone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ID of the project to get issues for | |
| limit | No | Maximum number of issues to return (default: 25) | |
| states | No | Filter issues by workflow state names | |
| assigneeId | No | Filter issues by assignee ID | |
| labelIds | No | Filter issues by label IDs | |
| cycleId | No | Filter issues by cycle ID | |
| projectMilestoneId | No | Filter issues by project milestone ID | |
| includeCompleted | No | Include completed issues in the result set (default: true) | |
| orderBy | No | Sort issues by created or updated date |