This Redmine plugin adds an issue dashboard that supports drag and drop for issues and various filters.
Redmine Dashboard 2 is compatible and tested with Redmine 5.0, 4.2, and Ruby 3.1, 3.0, and 2.7.
- Drag-n-drop of issues
- Configurable columns
- Grouping & Filtering
- Group folding
- Hierarchical parent issue view
- Include subproject issues
- Quick edit of assignee and progress
Rate plugin at redmine.org.
Please ask your questions, or tell us your stories or experience on GitHub Discussions.
- Download the latest release.
- Extract archive to
<redmine>/plugins
. Make sure the plugin directory is called<redmine>/plugins/redmine_dashboard/
(#11). - Install required dependencies by running
bundle install --without development test
in your Redmine directory. Note: Bitnami and other appliance are not officially supported and may need additional option e.g.--path vendor/bundle
(#58). - A database migration is not needed. Restart Redmine.
- Add the dashboard module to your project (
Settings > Modules
). - Configure dashboard permissions to your user roles (
Administration > Roles and permissions
). Users won't see a Dashboard tab without having theView Dashboard
permission.
- Remove old plugin directory.
- Follow installation steps for new release.
I appreciate any help and like Pull Requests. The main
branch is the current stable branch for v2. The next version, Redmine Dashboard 3, a complete rewrite had been under development on the develop
branch. Due to limited available time the project is in maintenance only mode but open to new contributors.
I gladly accept new translations or language additions for any version of Redmine Dashboard. I would prefer new translations via Transifex but you can also send a Pull Request. Feel free to request new languages or to join the team directly on Transifex.
Redmine dashboard is licensed under the Apache License, Version 2.0. See LICENSE for more information.