Search
The search command lets you search for issues, news, documents, wiki pages, messages, and projects.
General search One query across all resource types.
Typed search Scope to issues, projects, wiki, etc.
Interactive browse Browse results in a TUI.
General search
Section titled “General search”redmine search <query> [flags]| Flag | Description |
|---|---|
--project | Limit to a project identifier |
--scope | Search scope: all, my_projects, subprojects |
--all-words | Match all query words |
--titles-only | Search titles only |
--open-issues | Only return open issues |
--attachments | Attachment search: 0, 1, only |
--issues | Include issues |
--news | Include news |
--documents | Include documents |
--changesets | Include changesets |
--wiki-pages | Include wiki pages |
--messages | Include forum messages |
--projects | Include projects |
--limit | Maximum results |
--offset | Result offset |
-o, --output | Output format |
redmine search "login bug"redmine search "login bug" --project myproject --open-issuesredmine search "login" --titles-only --issuesTyped search
Section titled “Typed search”Search specific resource types directly:
redmine search issues <query> [flags]redmine search projects <query> [flags]redmine search wiki <query> [flags]redmine search news <query> [flags]redmine search messages <query> [flags]Interactive browse
Section titled “Interactive browse”redmine search browse <query> [flags]Opens search results in an interactive terminal browser.