Search Redmine
searchSearch visible Redmine content across projects, issues, wiki pages, and more. Filter by type, scope, open issues, or attachments to find matching results without modifying data.
Instructions
Search visible global Redmine content through GET /search.json for the configured API user. The optional query maps to Redmine's q parameter. Supports only Redmine's documented offset, limit, scope, all_words, titles_only, result-type flags, open_issues, and attachments controls; project_id, page, include, and internal or administrator-only controls are rejected. Redmine defaults to 25 results and caps the limit at 100. Results preserve Redmine's upstream order and expose only id, title, type, url, description, and datetime. Unsafe result URLs are omitted, and this read never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| news | No | Include news results | |
| limit | No | Number of matching results to return. Redmine defaults to 25 and caps this at 100. | |
| query | No | Search text. Redmine sends this as q and accepts multiple space-separated terms. | |
| scope | No | Search scope: all, my_project, my_projects, bookmarks, or subprojects. The legacy my_project value is sent as Redmine's current my_projects value. | |
| issues | No | Include issue results | |
| offset | No | Number of matching results to skip | |
| messages | No | Include message results | |
| projects | No | Include project results | |
| all_words | No | Require every query term. Redmine defaults this to true. | |
| documents | No | Include document results | |
| changesets | No | Include changeset results | |
| wiki_pages | No | Include wiki-page results | |
| attachments | No | Attachment search mode: 0 for descriptions only, 1 for descriptions and attachments, or only for attachments only | |
| open_issues | No | Restrict issue results to open issues | |
| titles_only | No | Search titles only |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paging | Yes | ||
| filters | Yes | ||
| results | Yes |