Feature #31756
Add more values to done ratio
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
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
Related issues
History
#1
Updated by Kevin Fischer over 3 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)
#2
Updated by Bernhard Rohloff over 3 years ago
Perhaps this is what you are looking for in the mean time...
https://github.com/guilhermenoronha/redmine_percent_done_configuration
#3
Updated by Mischa The Evil over 3 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.
#4
Updated by Mischa The Evil over 3 years ago
- Related to Feature #373: Graphical slider for setting "% Done" field added