Defect #4682
closedCompleted version with wrong progress bar status
0%
Description
I have a version inside a project which only contains 2 bugs/issues. Both of them were fixed and percentage of completement is both at 100%. Yet, as you can see in the screenshot, it shows 100% complete, but according to the progress bar 1 issue isn't closed yet. Which is actually.
I've tried setting the completement status to 90%, save, and set it back to a 100%. But no luck.
I've setup my Redmine instance to check the commit messages in my repository. When it says closes/fixes #<issue nr> it sets the status to resolved and at 100% ready/complete. This so far hasn't lead to any problems before.
Files
Related issues
Updated by Christiaan Kras almost 15 years ago
Some extra info.
The last issue I changed from resolved to closed also had an time estamate which I changed to 0 whilst closing the issue. Maybe something went wrong here?
Updated by Christiaan Kras over 14 years ago
If a issue has the expected time set to 0.0 the earlier reported error happens. After removing it and saving the issue the problem is solved.
Seems to me that the part that calculates the progress should ignore issues with a expected time of 0.
Updated by Etienne Massip over 13 years ago
- Target version set to Candidate for next minor release
- Affected version (unused) changed from 0.9.0 to 1.1.2
- Affected version changed from 0.9.0 to 1.1.2
Updated by Etienne Massip over 13 years ago
- File wrong_completed_percent_computation_with_0_time_issues.patch wrong_completed_percent_computation_with_0_time_issues.patch added
Here's a patch.
I believe there is a similar issue with done percent computation for a task with subtasks.
Updated by Etienne Massip over 13 years ago
There is a very simpler patch which consists to add in Version#closed_pourcent
the test
... if open_issues_count == 0 100 ...
which already exists in
Version#completed_pourcent
.Updated by Etienne Massip over 13 years ago
- File wrong_completed_percent_computation_with_0_time_issues.patch wrong_completed_percent_computation_with_0_time_issues.patch added
Full patch with tests.
Basically there are two possible calculation (depending on whether there is a total time estimated), which was intended to be prevented in #2182.
Updated by Go MAEDA almost 9 years ago
This issue still can be reproduced in Redmine 3.2.0.
Updated by Marius BĂLTEANU over 5 years ago
- Related to Defect #24457: Progress of version should be calculated the same way as parent tasks added
Updated by Marius BĂLTEANU over 5 years ago
- Status changed from New to Confirmed
- Target version changed from Candidate for next minor release to 4.1.0
Updated by Go MAEDA about 5 years ago
- Target version changed from 4.1.0 to 4.2.0
Updated by Marius BĂLTEANU over 3 years ago
- Target version changed from 4.2.0 to 5.0.0
Updated by Marius BĂLTEANU over 2 years ago
- Target version changed from 5.0.0 to 5.1.0
Updated by Go MAEDA about 1 year ago
- Target version changed from 5.1.0 to 6.0.0
Updated by Marius BĂLTEANU 6 months ago
- Status changed from Confirmed to Closed
- Assignee set to Marius BĂLTEANU
- Resolution set to Fixed
Fixed in r22803.