list_issues
Filter and retrieve Redmine issues by project, status, assignee, or free-text search, with pagination support.
Instructions
List Redmine issues with optional filters and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch every matching issue (up to 500), ignoring limit/offset | |
| limit | No | ||
| query | No | Free-text search in subject; scans up to 500 matching issues | |
| offset | No | Number of issues to skip | |
| status_id | No | open, closed, * or a status id | |
| project_id | No | Project identifier or numeric id | |
| assigned_to_id | No | User id or 'me' |