Redmine MCP Server
by yonaka15
list_issues
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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- list_issues
- create_issue
- list_projects
- update_issue
- delete_issue
- add_issue_watcher
- remove_issue_watcher
- show_project
- create_project
- update_project
- archive_project
- unarchive_project
- delete_project
- list_time_entries
- show_time_entry
- create_time_entry
- update_time_entry
- delete_time_entry
- list_users
- show_user
- create_user
- update_user
- delete_user