redmine_search
Search Redmine for issues, projects, wiki pages, and other items using customizable query parameters like q, scope, and all_words.
Instructions
Search Redmine with /search.json. Supports standard query params such as q, scope, all_words, titles_only, issues, news, documents, changesets, wiki_pages, messages, projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| limit | No | ||
| query | No | Query parameters. Array values are appended repeatedly. | |
| scope | No | ||
| all_words | No | ||
| max_pages | No | ||
| project_id | No | Redmine numeric ID or identifier, passed as a string. | |
| titles_only | No |