Skip to content

agileware-jp/redmine_query_bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Query Bookmarks

A Redmine plugin that allows users to bookmark their favorite issue queries for quick access.

Features

  • 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)

Installation

  1. Clone this repository into your Redmine plugins directory:
cd /path/to/redmine/plugins
git clone https://github.com/agileware-jp/redmine_query_bookmarks.git
  1. Restart your Redmine server

No database migration is required as the plugin uses Redmine's existing user preferences table.

Usage

  1. Navigate to the Issues page
  2. Apply or select a saved query
  3. Click the bookmark icon next to the query name to add it to your bookmarks
  4. Bookmarked queries will appear in the "Bookmarked queries" section at the top of the sidebar
  5. Click the bookmark icon again to remove a query from your bookmarks

Permissions

This plugin uses the existing view_issues permission. Any user who can view issues can also bookmark queries. No additional permission configuration is required.

License

This plugin is released under the MIT License.

Author

Agileware Inc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors