List Redmine issues
list_issuesRetrieve Redmine issues visible to the configured user. Filter by project, status, assignee, dates, custom fields, and more; paginate, sort, and include attachments or relations. Read-only.
Instructions
Read visible Redmine issues from GET /issues.json for the configured API user. Supports offset and limit up to 100, sorting, attachments and relations, issue_id, project_id, subproject_id, tracker_id, status_id, assigned_to_id, parent_id, query_id, created_on, updated_on, and numeric-ID custom-field filters. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Comma-separated Redmine sort fields, each optionally followed by :asc or :desc | updated_on:desc |
| limit | No | Number of issues to return. Redmine caps this at 100. | |
| offset | No | Number of issues to skip | |
| include | No | Issue associations to include | |
| issue_id | No | Issue ID or comma-separated issue IDs | |
| query_id | No | Saved query ID | |
| parent_id | No | Parent issue ID | |
| status_id | No | Status ID, open, closed, or * for open and closed issues | open |
| created_on | No | Redmine date or date-time filter, including operators and ranges | |
| project_id | No | Project ID | |
| tracker_id | No | Tracker ID | |
| updated_on | No | Redmine date or date-time filter, including operators and ranges | |
| custom_fields | No | Custom field filters as [{ id, value }] or an object keyed by numeric field ID | |
| subproject_id | No | Subproject ID or !* to exclude subprojects | |
| assigned_to_id | No | Assignee ID or me for the API user |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | ||
| paging | Yes | ||
| filters | Yes |