searchIssues
searchIssuesFind Redmine issue summaries by full-text search, optionally scoped to a project, to quickly locate relevant issues for review or follow-up.
Instructions
Find issue summaries by full-text query, optionally within one project. Use listIssues for exact field, saved-query or custom-field filtering, then getIssue to inspect a selected result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| projectId | No | Project identifier or numeric ID | |
| searchQuery | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum number of issues that may appear on this page. | |
| issues | No | Issues on this page. | |
| offset | Yes | Zero-based offset of the first issue on this page. | |
| totalCount | Yes | Total number of issues matching the query across all pages. |