list-issues
Retrieve and filter project issues by state, priority, or assignee to manage tasks and track progress in Plane.so workflows.
Instructions
List issues from a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project to get issues from | |
| state_id | No | Filter by state ID (optional) | |
| priority | No | Filter by priority (optional) | |
| assignee_id | No | Filter by assignee ID (optional) | |
| per_page | No | Number of items per page (default: 100, max: 100) | |
| cursor | No | Pagination cursor in format 'value:offset:is_prev' (optional) |