list_work_items
List project issues with filters for priority, state, assignees, labels, dates, cycle, and module. Paginate results using a cursor.
Instructions
List work items (issues) in a project. Supports filtering by priority, state, state_group, assignees, labels, dates, cycle, and module. Use expand=relations,assignees,labels for richer data. Results are paginated — use the cursor from the response to fetch the next page. When linking to a work item, use the format: {PLANE_BASE_URL}/{workspace_slug}/browse/{project_identifier}-{sequence_id}/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| cycle | No | ||
| state | No | ||
| cursor | No | ||
| expand | No | ||
| fields | No | ||
| labels | No | ||
| module | No | ||
| archived | No | Include archived work items. | |
| order_by | No | ||
| per_page | No | ||
| priority | No | ||
| assignees | No | ||
| created_by | No | ||
| project_id | Yes | ||
| start_date | No | ||
| subscriber | No | ||
| external_id | No | ||
| state_group | No | ||
| target_date | No | ||
| external_source | No |