searchAll
searchAllSearch Redmine issues, wiki pages, news, documents, changesets, messages, and projects with free text. Find any content type using a single query.
Instructions
Search by free text across mixed Redmine content such as issues, wiki pages, news, documents, changesets, messages and projects. Use searchIssues for richer issue-only results or searchWikiPages for wiki-only discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| types | No | Comma-separated content types to include: issues, wiki_pages, news, documents, changesets, messages, projects | |
| offset | No | ||
| projectId | No | Project identifier or numeric ID | |
| searchQuery | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of hits that may appear on this page. | |
| offset | Yes | Zero-based offset of the first hit on this page. | |
| results | No | Hits on this page. | |
| totalCount | Yes | Total number of hits across all pages. |