Search
redmine_searchSearch across issues, wiki pages, news, and projects with a free-text query. Useful for finding items when the issue ID or project is unknown.
Instructions
Free-text search across issues, wiki pages, news, and projects in one call. Best first move for vague requests where the issue id or project is unknown; prefer redmine_list_issues when you already have concrete filter values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Free-text query, e.g. "login button bug" (required). | |
| news | No | Include news in the results. | |
| limit | No | Maximum number of results to return. | |
| scope | No | Search scope: "all", "my_project", or "subprojects". | |
| issues | No | Include issues in the results. | |
| offset | No | Pagination offset (skip N results). | |
| projects | No | Include projects in the results. | |
| all_words | No | Require all query words to match (AND vs OR). | |
| wiki_pages | No | Include wiki pages in the results. | |
| open_issues | No | Restrict issue matches to open issues only. | |
| titles_only | No | Match only titles, not body text. |