Project

General

Profile

Actions

Defect #4682

open

Completed version with wrong progress bar status

Added by Christiaan Kras about 14 years ago. Updated 5 months ago.

Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
Roadmap
Target version:
Start date:
2010-01-28
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

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

Related to Redmine - Feature #2182: Weighted version completion percentageClosed2008-11-13

Actions
Related to Redmine - Defect #24457: Progress of version should be calculated the same way as parent tasksNewJean-Philippe Lang

Actions
Actions #1

Updated by Christiaan Kras about 14 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?

Actions #2

Updated by Christiaan Kras about 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.

Actions #3

Updated by Etienne Massip almost 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
Actions #4

Updated by Etienne Massip almost 13 years ago

Here's a patch.

I believe there is a similar issue with done percent computation for a task with subtasks.

Actions #5

Updated by Etienne Massip almost 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.

Actions #6

Updated by Etienne Massip almost 13 years ago

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.

Actions #7

Updated by Go MAEDA over 8 years ago

This issue still can be reproduced in Redmine 3.2.0.

Actions #8

Updated by Marius BĂLTEANU almost 5 years ago

  • Related to Defect #24457: Progress of version should be calculated the same way as parent tasks added
Actions #9

Updated by Marius BĂLTEANU almost 5 years ago

  • Status changed from New to Confirmed
  • Target version changed from Candidate for next minor release to 4.1.0

I'm assigning this to 4.1.0 to be fixed together with #24457.

Actions #10

Updated by Go MAEDA over 4 years ago

  • Target version changed from 4.1.0 to 4.2.0
Actions #11

Updated by Marius BĂLTEANU about 3 years ago

  • Target version changed from 4.2.0 to 5.0.0
Actions #12

Updated by Marius BĂLTEANU almost 2 years ago

  • Target version changed from 5.0.0 to 5.1.0
Actions #13

Updated by Go MAEDA 5 months ago

  • Target version changed from 5.1.0 to 6.0.0
Actions

Also available in: Atom PDF