linear_getCycleIssues
Get issues within a cycle by applying filters on state, assignee, labels, and completion status.
Instructions
Get issues in a cycle, with PM-friendly filters like state, assignee, labels, and completion status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycleId | Yes | ID of the cycle to get issues for | |
| limit | No | Maximum number of issues to return (default: 25) | |
| states | No | Filter cycle issues by workflow state names | |
| assigneeId | No | Filter cycle issues by assignee ID | |
| labelIds | No | Filter cycle issues by label IDs | |
| includeCompleted | No | Include completed issues in the result set (default: true) | |
| orderBy | No | Sort issues by created or updated date |