Logging work on a issue with a zero estimate will result in a work ratio of 9223372036854775807%

XMLWordPrintable

    • 5
    • 5
    • Severity 3 - Minor
    • 1

      1. Create a issue with a zero estimate.
      2. Log work on the issue.
      3. (BUG) Goto the issue navigator and look at the issue. Make sure the work ratio column is configured. Note the very large percentage.

      Cause:
      workratio = Logged Time * 100 / Original Estimate
      When "Original Estimate" is 0 (and not undefined) the division returns max_int_64 = 9223372036854775807

      Workaround:
      For issues that already have an estimate set, change original estimate to 1m
      Don't set original estimates to 0. The default value is "not defined" but can't be set back to that

              Assignee:
              Unassigned
              Reporter:
              bain
              Votes:
              17 Vote for this issue
              Watchers:
              14 Start watching this issue

                Created:
                Updated: