Feature #22284
openIssues statuses: Option to force removal of existing percentage done
0%
Description
I am correcting an issue I previously created (#21457), which is more a feature request than a defect (and was not really clear)
Let's say I have the following issue statuses:
And
And any other status has a % Done associated to it.
Redmine is set to compute the parent task % Done based on subtasks, and it is working well:
Now, let's say I mistakenly changed the status of the parent task manually to "Activity confirmed_0%":
So now the % Done on the parent task is not calculated from subtasks, and this is perfecly normal.
But now, I want to correct my mistake, and put back the status to "Calculated from Subtasks":
Again, the result we get is normal. Redmine just keeps track of the old % done associated, as if the task was On Hold.
Feature Request¶
In Issues statuses new/edit form, add a checkbox which appears when % done selected is blank, and which allows, when checked, to "Erase" the previously affected % done on the issue, so we can start again to get a % done computed from subtasks.
Something like that:
So checking this box would allow me to get the behavior I expect:
Thanks for the good work!
Files
Related issues
Updated by Toshi MARUYAMA over 8 years ago
- Related to Defect #6609: % Done for Parent Tasks [2] added