A Redmine plugin that allows users to bookmark their favorite issue queries for quick access.
- Bookmark/unbookmark issue queries with a single click
- Bookmarked queries appear in a dedicated section at the top of the sidebar
- Per-user bookmarks stored in user preferences (no database migration required)
- Supports both global and project-scoped queries
- Internationalization support (English and Japanese)
- Clone this repository into your Redmine plugins directory:
cd /path/to/redmine/plugins
git clone https://github.com/agileware-jp/redmine_query_bookmarks.git- Restart your Redmine server
No database migration is required as the plugin uses Redmine's existing user preferences table.
- Navigate to the Issues page
- Apply or select a saved query
- Click the bookmark icon next to the query name to add it to your bookmarks
- Bookmarked queries will appear in the "Bookmarked queries" section at the top of the sidebar
- Click the bookmark icon again to remove a query from your bookmarks
This plugin uses the existing view_issues permission. Any user who can view issues can also bookmark queries. No additional permission configuration is required.
This plugin is released under the MIT License.