Search
The search command lets you search for issues, news, documents, wiki pages, messages, and projects.
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 |
# Search everythingredmine search "login bug"
# Search only in a projectredmine search "login bug" --project myproject --open-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.