redmine_search
Search Redmine for issues, wiki pages, projects, documents, and more with customizable filters like scope, keywords, and result limits.
Instructions
Search Redmine for issues, wiki pages, and more
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Query string (space-separated for multiple keywords) | |
| news | No | Include news in search (optional) | |
| limit | No | Number of results to return (optional) | |
| scope | No | Search scope (optional) | |
| issues | No | Include issues in search (optional) | |
| offset | No | Number of results to skip (optional) | |
| messages | No | Include messages in search (optional) | |
| projects | No | Include projects in search (optional) | |
| all_words | No | Match all query words (optional) | |
| documents | No | Include documents in search (optional) | |
| changesets | No | Include changesets in search (optional) | |
| wiki_pages | No | Include wiki pages in search (optional) | |
| attachments | No | Search in description/attachment (optional) | |
| open_issues | No | Filter by open issues (optional) | |
| titles_only | No | Match only in titles (optional) |