The Redmine Approve Issues plugin enables simple approval for Redmine issues.
- Redmine >= 4.0.0
To install Redmine Approve Issues plugin, download or clone this repository in your Redmine installation plugins directory!
cd path/to/plugin/directory
git clone https://github.com/gtt-project/redmine_approve_issues.git
Then run
bundle install
bundle exec rake redmine:plugins:migrate
After restarting Redmine, you should be able to see the Redmine Chatwoot plugin in the Plugins page.
More information on installing (and uninstalling) Redmine plugins can be found in the Redmine Plugin docs.
The plugin configuration is available in Redmine's plugin list: https://localhost:3000/admin/plugins
- Enable for a project
- Enable permissions for (authenticated) roles
- "Approval on issues"
- "View approvals"
- "View approvers"
The GTT Project appreciates any contributions! Feel free to contact us for reporting problems and support.
See all releases with release notes.
Many thanks to Vote On Issues plugin, which this plugin adopted many good ideas and concepts from!
This program is free software. See LICENSE for more information.