List Issues
list_issuesRetrieve and filter Redmine issues by project, status, assignee, tracker, or version, with pagination and sorting.
Instructions
List issues with optional filters and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field and direction (e.g. "updated_on:desc"). | |
| limit | No | Maximum number of results per page (max 100). | |
| offset | No | Pagination offset (ignored when fetch_all=True). | |
| fetch_all | No | If True, automatically paginates and returns all matching issues in a single response. | |
| issue_ids | No | Comma-separated list of issue IDs to fetch (e.g. "1,2,3"). | |
| status_id | No | Filter by status (e.g. "open", "closed", "*", or a numeric ID). | |
| project_id | No | Filter by project ID. | |
| tracker_id | No | Filter by tracker ID. | |
| assigned_to_id | No | Filter by assignee user ID. | |
| fixed_version_id | No | Filter by target version ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||