List issues
list_issuesRetrieve Redmine issues with filters like status, project, assignee, and pagination. Find specific issues by substring search in subject.
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 | Substring match in subject only; scans up to 500 issues. For full-text search (descriptions, comments, wiki) use the search tool | |
| 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' |