list_issues
List and filter Redmine issues with customizable options including assignee, status, project, and custom fields. Sort results by priority, update date, or other criteria for efficient issue tracking and management.
Instructions
List and search Redmine issues. Provides flexible filtering and sorting options. Supports filtering by custom fields using field IDs and patterns. Available since Redmine 1.0
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalProperties | No | ||
assigned_to_id | No | Filter by assignee. Use me for your assignments | |
created_on | No | Filter by creation date like >=2024-01-01 | |
include | No | Additional data to include as comma separated values - attachments: file attachments - relations: issue relations | |
issue_id | No | Filter by one or more issue IDs as comma separated list | |
limit | No | Maximum issues to return, from 1 to 100 | |
offset | No | Number of issues to skip | |
parent_id | No | Filter by parent issue ID | |
project_id | No | Filter by project ID as number or key as text | |
sort | No | Sort field and direction like last.updated:desc or priority:asc | |
status_id | No | Filter by open, closed, * for any, or specific status ID | |
subproject_id | No | Control subproject inclusion. Use !* to exclude subprojects | |
tracker_id | No | Filter by tracker ID | |
updated_on | No | Filter by update date like >=2024-01-01T00:00:00Z |