This plugin allows to enforce a certain setting for the done_ratio
issue
field for just some Issue statuses, while keeping the ability to manually set
the done ratio.
For example, new issues can default to 0%, resolved issues get 100%, but while working on an issue, the assignee may freely change the done ratio to reflect actual progress.
Making of - Redmine plugin creation by example of this plugin.
Standard Redmine plugin installation instructions apply.
- Put the plugin into
plugins/redmine_percent_done
- Restart the server
- There is no step 3.
Manual editing of the done ratio only works if Calculate the issue done ratio with is set to Use the issue field in Administration / Settings / Issue tracking.
Copyright (C) 2015 - 2023 Jens Krämer
The Issue Done Ratio plugin for Redmine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The Issue Done Ratio plugin for Redmine is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the plugin. If not, see www.gnu.org/licenses.