Feature #31756
closedIntroduce setting for done ratio options interval
0%
Description
Hello,
I have a problem with done ratio. I want to add more % values like 5%, 15% etc., because i have more than 11 statuses.
Is there any possibility to do this?
Best Regards,
Elliot
Files
Related issues
Updated by Kevin Fischer over 5 years ago
Currently not possible. The options are hardcoded into the Issue form.
Seems you would have to write a plugin for that yourself. (A simple Javascript script that replaces the options of the issue edit form select box should do the trick)
Updated by Bernhard Rohloff over 5 years ago
Perhaps this is what you are looking for in the mean time...
https://github.com/guilhermenoronha/redmine_percent_done_configuration
Updated by Mischa The Evil about 5 years ago
OT but nevertheless:
Bernhard Rohloff wrote:
Perhaps this is what you are looking for in the mean time...
https://github.com/guilhermenoronha/redmine_percent_done_configuration
I don't think so. This plugin overrides /app/views/issues/_attributes.html.erb with a version that is last updated on the 30th of October 2013. That most likely won't work at all or at least give a bunch of other problems with more recent Redmine releases.
Make sure you know what plugins you decide to use and always check their sources.
Updated by Mischa The Evil about 5 years ago
- Related to Feature #373: Graphical slider for setting "% Done" field added
Updated by Uuganbayar Battulga 8 months ago
+1 IMPORTANT!
I currently have the same problem!
Updated by Go MAEDA 8 months ago
- File 31756.patch added
- File clipboard-202405181901-wiu7n.png clipboard-202405181901-wiu7n.png added
- File clipboard-202405181903-jqrt5.png clipboard-202405181903-jqrt5.png added
- File 31756.patch 31756.patch added
I frequently receive requests from my customers to enter the done ratio in 5% increments, so I wrote a patch to implement this feature.
The attached patch allows admins to change the options in the done ratio select box to 5% increments.
Updated by Go MAEDA 8 months ago
- File 31756-v2.patch 31756-v2.patch added
Updated the patch in #note-7. The previous patch does not cover the bulk edit page.
Updated by Marius BĂLTEANU 7 months ago
I think we should make this configurable as a new administration setting available only when DONE_RATIO_OPTIONS
is issue_field
. If we add this as a new option for DONE_RATIO_OPTIONS
and we have some specific behaviour based on issue_field
it will be necessary to check for both options every time.
Updated by Go MAEDA 7 months ago
- File clipboard-202405251652-m5wtr.png clipboard-202405251652-m5wtr.png added
- File clipboard-202405251653-psci6.png clipboard-202405251653-psci6.png added
- File clipboard-202405251655-plcwg.png clipboard-202405251655-plcwg.png added
- File 31756-v3.patch 31756-v3.patch added
Updated the patch.
- Added a new setting "Done ratio options step size"
- Supported the default done ratio of issue statues
- Supported the done ratio of fixing keywords of repository settings
The "Done ratio options step size" setting is enabled even when `Setting.issue_done_ratio` is `issue_status` because the new setting has an effect on the default done ratio of issue status.
Updated by Go MAEDA 7 months ago
- Subject changed from Add more values to done ratio to Introduce configuration for done ratio options interval
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r22849.
A setting "Done ratio options interval" has been added in Administration > Settings > Issue tracking. You can choose "5 %" or "10 %" in the setting.