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;=

The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads