You are here: Foswiki>Tasks Web>Item371 (05 Jan 2015, GeorgeClark)Edit Attach

Item371: XPTrackerPlugin: developerTasksByIteration calculates wrong estimates

pencil
Priority: Low
Current State: New
Released In: n/a
Target Release:
Applies To: Extension
Component: XpTrackerPlugin
Branches:
Reported By: MarkusStuder
Waiting For:
Last Change By: GeorgeClark
Estimates are not correctly calculated for XPSHOWDEVELOPERTASKSBYITERATION

Code in XpTrackerPlugin/show.pm -> developerTasksByIteration:

            # Calculate spent
            $storySpent += $spent;

            # Calculate etc
            $storyEtc += $etc;

            # Calculate est
            $storyEst += $etc;

           $taskCount++;

uses the wrong field for $storyEst, i.e. should be storyEst + $est;=

ItemTemplate edit

Summary XPTrackerPlugin: developerTasksByIteration calculates wrong estimates
ReportedBy MarkusStuder
Codebase
SVN Range TWiki-4.2.3, Wed, 06 Aug 2008, build 17396
AppliesTo Extension
Component XpTrackerPlugin
Priority Low
CurrentState New
WaitingFor
Checkins
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release01x01Checkins
Topic revision: r3 - 05 Jan 2015, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy