Community & Support
Skip Navigation LinksHome / Announcements / Forums / TFS Work Item Manager and Project Dashboard: TFS Work Item Manager > Remaining Work showing all tasks

Not answered Remaining Work showing all tasks

Feed from this thread
  • Erik Scherdin avatar

    Posted on Aug 24, 2011 (permalink)

    When I'm looking at the remaining work trend in the dashboard, the number of hours seem just way out there.

    So I started investigating, and it turns out my dashboard displays *all* remaining work - any task left as "todo" with no iteration (well, the root iteration) attached, or even previous iterations, seem to be listed.

    I guess this is by design - but has anyone found a way around it?

    I'd like to see the burndown for just the current sprint!

    Stian

    Reply

  • Joel Joel admin's avatar

    Posted on Aug 25, 2011 (permalink)

    Hello Stian,

    The remaining work trend chart will show data for the current iteration, but if the iteration schedule has not been configured, it will show data for the entire project.  The iteration schedule is something that is configured by using WIM and going to the View tab in the ribbon and clicking Iteration Schedule.  In there you can give dates to iterations which the dashboard can then use to figure out the current iteration/sprint.

    You mentioned that some of your tasks are in the "To Do" state, so I'm assuming that you're using the MS Scrum template.  This template, like some others, has a Sprint work item type which is used to give iterations start and end dates.  Unfortunately WIM does not use these dates in any way to calculate the current iteration or derive an iteration schedule.  Most templates, including the out-of-the-box Agile and CMMI templates, don't have a Sprint work item type so we needed a way to give dates to iterations that would work no matter what template you are using.  This is the reason for the iteration schedule and the disconnect between it and the dates given to Sprints.  Taking advantage of the dates on the Sprint work items is a highly requested feature that could be added in a future release.

    Regards,
    Joel
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

  • Rodolphe avatar

    Posted on Jan 12, 2012 (permalink)

    Hi, 

    I'm having the same problem here, I'm using MS template, I've got 140 remaingin hours associated to my current sprint tasks and 100 hours related to tasks simply waiting in my backlog (not associated to any iteration).

    I checked my sprints shedules and I effectly have date defined for my curent sprint  (I looked on the section you recommendated)

    My burndown is showing 240 remaining hours on the sprint so all tasks are used to perform the graph (You can imagine my team demotivation ;)

    Is there any way to get rid of this ?

    Thanks

    Reply

  • Joel Joel admin's avatar

    Posted on Jan 16, 2012 (permalink)

    Hi Rodolphe,

    As long as you have setup your iteration schedule in WIM, the dashboard should be able to use that schedule to filter the data to the current iteration.  Can you verify that you have a file named ProjectMetadata.xml in the following location?

    {My Documents}\Work Item Manager 2010\{Server Name}\{Project Collection Name}\{Project Name}\ProjectMetadata.xml

    If there is a file here, can you verify that the data in it is correct?

    Thanks,
    Joel
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Rodolphe avatar

    Posted on Jan 17, 2012 (permalink)

    Hi Joel, 

    Indeed, this file exists and my iteration seems ok to me : 
     

    <IterationMetadataInfo>
          <Id>345</Id>
          <Name>Sprint 12</Name>
          <Path>MyCompany\Release 1\Sprint 12</Path>
          <StartDate>2012-01-06T00:00:00</StartDate>
          <EndDate>2012-01-19T00:00:00</EndDate>
          <Level>1</Level>
          <PredecessorId>344</PredecessorId>
          <ParentId>159</ParentId>
          <DurationDays>14</DurationDays>
        </IterationMetadataInfo>

    My Dashboard settings are saved on my source control so I checked this file on my source explorer : 
    $/{ProjectName}/settings/WIM/ProjectMetadata.xml

    I got the same data in this file.

    Thanks, 

    Rodolphe

    Reply

  • Joel Joel admin's avatar

    Posted on Jan 24, 2012 (permalink)

    Hi Rodolphe,

    The data in the file looks good and it seems to be in the right place so now I'm a bit stumped as to why the dashboard is not using it.  The only other thing I can think of is perhaps the app is having trouble reading from this file.  If there was an error reading the file, some information should have been written to the log file.  Can you have a look at the dashboard log file to see if there are any errors in it?  It can be found here: {My Documents}\Work Item Manager 2010\Dashboard-log.txt.

    Regards,
    Joel
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

  • Rodolphe avatar

    Posted on Jan 25, 2012 (permalink)

    Hi Joel, 

    Here are my logs for today's date : 


    2012-01-25 10:24:43,525 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.DashboardApp - Dashboard Starting Up.   
    2012-01-25 10:24:45,319 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.Widgets.DataAccess.BaseDataAccess - Loading provider ConfigurationDataProviderName.   
    2012-01-25 10:24:49,315 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Looking for assembly 'Microsoft.TeamFoundation.resources' in the VS2010 directory.   
    2012-01-25 10:24:49,321 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Could not find the VS2010 install directory.   
    2012-01-25 10:24:49,323 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Looking for assembly 'Microsoft.TeamFoundation.resources' in the VS2010 directory.   
    2012-01-25 10:24:49,324 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Could not find the VS2010 install directory.   
    2012-01-25 10:24:52,379 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsConnectionFactory - Adding server/project to TfsConnectionFactory: tfs.dev.MyCompany.fr\MyCompany/MyCompany.   
    2012-01-25 10:24:52,414 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsConnection - Connecting to TFS.   
    2012-01-25 10:24:52,946 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Looking for assembly 'Microsoft.TeamFoundation.Build.Common.resources' in the VS2010 directory.   
    2012-01-25 10:24:52,947 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Could not find the VS2010 install directory.   
    2012-01-25 10:24:52,948 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Looking for assembly 'Microsoft.TeamFoundation.Build.Common.resources' in the VS2010 directory.   
    2012-01-25 10:24:52,948 [6544] [1] DEBUG IRC.Gear.WorkItemManager.Common.TfsAssemblyLoader - Could not find the VS2010 install directory.   
    2012-01-25 10:25:12,082 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Creating Project Dashboard for tfs.dev.MyCompany.fr\MyCompany/MyCompany..   
    2012-01-25 10:25:12,139 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Main canvas created - [1920 x 1080].   
    2012-01-25 10:25:12,697 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\ProjectNameWidget.xaml.   
    2012-01-25 10:25:12,698 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 10,10] [Size - 1920 x 1080].   
    2012-01-25 10:25:12,822 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\BuildHistoryWidget.xaml.   
    2012-01-25 10:25:12,824 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 80,10] [Size - 1920 x 1080].   
    2012-01-25 10:25:12,924 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\NextReleaseWidget.xaml.   
    2012-01-25 10:25:12,925 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 10,520] [Size - 1920 x 1080].   
    2012-01-25 10:25:13,599 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\TeamVelocityWidget.xaml.   
    2012-01-25 10:25:13,618 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\RemainingWorkTrendWidget.xaml.   
    2012-01-25 10:25:13,619 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 80,520] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,005 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\TeamProgressWidget.xaml.   
    2012-01-25 10:25:14,007 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 10,1130] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,067 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\CheckinHistoryWidget.xaml.   
    2012-01-25 10:25:14,068 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 10,1390] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,084 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\IterationEffortWidget.xaml.   
    2012-01-25 10:25:14,086 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 290,10] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,104 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\CodeChurnWidget.xaml.   
    2012-01-25 10:25:14,105 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 380,520] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,123 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\CodeCoverageWidget.xaml.   
    2012-01-25 10:25:14,124 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 520,1130] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,150 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\BuildBreakerWidget.xaml.   
    2012-01-25 10:25:14,151 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 680,10] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,168 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\TeamActivitiesWidget.xaml.   
    2012-01-25 10:25:14,184 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\CurrentActivitiesWidget.xaml.   
    2012-01-25 10:25:14,200 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\ActivityBoardWidget.xaml.   
    2012-01-25 10:25:14,201 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 680,370] [Size - 1920 x 1080].   
    2012-01-25 10:25:14,222 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Created: component\BugHistoryWidget.xaml.   
    2012-01-25 10:25:14,223 [6544] [1] INFO  IRC.Gear.WorkItemManager.Dashboard.ProjectDashboard - Widget Host created: [Top,Left - 800,1130] [Size - 1920 x 1080].   
    2012-01-25 10:25:15,328 [6544] [9] INFO  IRC.Gear.WorkItemManager.Dashboard.Widgets.DataAccess.BaseDataAccess - Loading provider BuildDataProviderName.   
    2012-01-25 10:25:15,328 [6544] [11] INFO  IRC.Gear.WorkItemManager.Dashboard.Widgets.DataAccess.BaseDataAccess - Loading provider TaskDataProviderName.   
    2012-01-25 10:25:15,344 [6544] [9] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - Initialize serverAddress=tfs.dev.MyCompany.fr\MyCompany, projectName=MyCompany.   
    2012-01-25 10:25:15,357 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetBuildHistory.   
    2012-01-25 10:25:17,590 [6544] [11] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - Initialize serverAddress=tfs.dev.MyCompany.fr\MyCompany, projectName=MyCompany.   
    2012-01-25 10:25:17,599 [6544] [12] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetVelocityData.   
    2012-01-25 10:25:17,601 [6544] [13] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetRemainingWorkTrenData.   
    2012-01-25 10:25:17,609 [6544] [14] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetTeamMemberProgressList.   
    2012-01-25 10:25:17,777 [6544] [13] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - Is EMC Scrum? False.  (Work item types: Task,Bug,Impediment,Product Backlog Item,Shared Steps,Sprint,Test Case).   
    2012-01-25 10:25:17,804 [6544] [9] INFO  IRC.Gear.WorkItemManager.Dashboard.Widgets.DataAccess.BaseDataAccess - Loading provider SourceControlDataProviderName.   
    2012-01-25 10:25:17,812 [6544] [9] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.SourceControlDataProvider - Initialize serverAddress=tfs.dev.MyCompany.fr\MyCompany, projectName=MyCompany.   
    2012-01-25 10:25:17,858 [6544] [9] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.SourceControlDataProvider - GetRecentChangeSets.   
    2012-01-25 10:25:18,162 [6544] [11] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetIterationEffort.   
    2012-01-25 10:25:18,714 [6544] [15] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker.   
    2012-01-25 10:25:18,796 [6544] [12] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:25:18,796 [6544] [13] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:25:19,737 [6544] [16] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:25:20,623 [6544] [12] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:25:20,623 [6544] [13] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:25:20,705 [6544] [17] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:25:20,706 [6544] [17] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:25:21,716 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetActivityBoardTasks.   
    2012-01-25 10:25:22,401 [6544] [11] INFO  IRC.Gear.WorkItemManager.Dashboard.Widgets.DataAccess.BaseDataAccess - Loading provider BugDataProviderName.   
    2012-01-25 10:25:22,405 [6544] [11] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BugDataProvider - Initialize serverAddress=tfs.dev.MyCompany.fr\MyCompany, projectName=MyCompany.   
    2012-01-25 10:25:22,428 [6544] [11] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BugDataProvider - GetBugHistoryData.   
    2012-01-25 10:25:22,438 [6544] [11] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:25:23,202 [6544] [11] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:25:26,352 [6544] [1] ERROR IRC.Gear.WorkItemManager.Dashboard.DashboardApp - Unhandled Exception.  System.Collections.Generic.KeyNotFoundException: La clé donnée était absente du dictionnaire.
       à System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       à Telerik.Windows.Controls.RadWrapPanel.ArrangeLine(Double v, Double lineV, Int32 start, Int32 end, Boolean useItemU, Double itemU)
       à Telerik.Windows.Controls.RadWrapPanel.ArrangeOverride(Size finalSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à MS.Internal.Helper.ArrangeElementWithSingleChild(UIElement element, Size arrangeSize)
       à System.Windows.Controls.ItemsPresenter.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Grid.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Border.ArrangeOverride(Size finalSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Control.ArrangeOverride(Size arrangeBounds)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à MS.Internal.Helper.ArrangeElementWithSingleChild(UIElement element, Size arrangeSize)
       à System.Windows.Controls.ContentPresenter.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à Telerik.Windows.Controls.RadDockPanel.ArrangeOverride(Size finalSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Grid.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Grid.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à Telerik.Windows.Controls.Charting.ScalePanel.ArrangeOverride(Size finalSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Border.ArrangeOverride(Size finalSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Control.ArrangeOverride(Size arrangeBounds)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à MS.Internal.Helper.ArrangeElementWithSingleChild(UIElement element, Size arrangeSize)
       à System.Windows.Controls.ContentPresenter.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Grid.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Control.ArrangeOverride(Size arrangeBounds)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Grid.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à MS.Internal.Helper.ArrangeElementWithSingleChild(UIElement element, Size arrangeSize)
       à System.Windows.Controls.ContentPresenter.ArrangeOverride(Size arrangeSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Border.ArrangeOverride(Size finalSize)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.Controls.Control.ArrangeOverride(Size arrangeBounds)
       à System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
       à System.Windows.UIElement.Arrange(Rect finalRect)
       à System.Windows.ContextLayoutManager.UpdateLayout()
       à System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
       à System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
       à System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
       à System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
       à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       à MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     
    2012-01-25 10:25:28,325 [6544] [15] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found last broken build. 01/24/2012 18:18:09 MyCompany.Admin.Web.sln - PREPROD  1.8.0.23 Failed.   
    2012-01-25 10:25:33,957 [6544] [15] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found last successful build. 01/24/2012 17:37:23 MyCompany.MyProject.sln - PACKAGE  2.1.0.1 Succeeded.   
    2012-01-25 10:25:34,186 [6544] [15] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found first broken build since last successful build. 01/24/2012 18:18:09 MyCompany.Admin.Web.sln - PREPROD  1.8.0.23 Failed.   
    2012-01-25 10:25:34,398 [6544] [15] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Last user to break the build: FirstName LASTNAME, user image: 'C:\Users\FirstName\Documents\Work Item Manager 2010\tfs.dev.MyCompany.fr\MyCompany\MyCompany\Images\FirstNameLASTNAME.jpg'.   
    2012-01-25 10:30:22,403 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetIterationEffort.   
    2012-01-25 10:30:24,289 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetTeamMemberProgressList.   
    2012-01-25 10:30:24,429 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetRemainingWorkTrenData.   
    2012-01-25 10:30:24,430 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - Is EMC Scrum? False.  (Work item types: Task,Bug,Impediment,Product Backlog Item,Shared Steps,Sprint,Test Case).   
    2012-01-25 10:30:24,459 [6544] [12] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetVelocityData.   
    2012-01-25 10:30:24,461 [6544] [12] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:30:24,571 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BugDataProvider - GetBugHistoryData.   
    2012-01-25 10:30:24,572 [6544] [18] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:30:25,343 [6544] [12] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:30:25,443 [6544] [18] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:30:25,797 [6544] [19] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:30:26,478 [6544] [19] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:30:27,715 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:30:27,716 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:30:27,717 [6544] [12] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetBuildHistory.   
    2012-01-25 10:30:27,715 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:30:27,721 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetActivityBoardTasks.   
    2012-01-25 10:30:33,075 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.SourceControlDataProvider - GetRecentChangeSets.   
    2012-01-25 10:30:34,709 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker.   
    2012-01-25 10:30:38,903 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found last broken build. 01/24/2012 18:18:09 MyCompany.Admin.Web.sln - PREPROD  1.8.0.23 Failed.   
    2012-01-25 10:30:43,923 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found last successful build. 01/24/2012 17:37:23 MyCompany.MyProject.sln - PACKAGE  2.1.0.1 Succeeded.   
    2012-01-25 10:30:44,190 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found first broken build since last successful build. 01/24/2012 18:18:09 MyCompany.Admin.Web.sln - PREPROD  1.8.0.23 Failed.   
    2012-01-25 10:30:44,438 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Last user to break the build: FirstName LASTNAME, user image: 'C:\Users\FirstName\Documents\Work Item Manager 2010\tfs.dev.MyCompany.fr\MyCompany\MyCompany\Images\FirstNameLASTNAME.jpg'.   
    2012-01-25 10:34:35,057 [6544] [7] INFO  IRC.Gear.WorkItemManager.Common.UserSettings - User Settings file changed (C:\Users\FirstName\Documents\Work Item Manager 2010\UserSettings.xml).   
    2012-01-25 10:35:23,139 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetIterationEffort.   
    2012-01-25 10:35:25,175 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetTeamMemberProgressList.   
    2012-01-25 10:35:26,639 [6544] [12] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetVelocityData.   
    2012-01-25 10:35:26,641 [6544] [12] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:35:27,280 [6544] [12] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:35:27,381 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BugDataProvider - GetBugHistoryData.   
    2012-01-25 10:35:27,383 [6544] [19] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:35:27,384 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetRemainingWorkTrenData.   
    2012-01-25 10:35:27,407 [6544] [10] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - Is EMC Scrum? False.  (Work item types: Task,Bug,Impediment,Product Backlog Item,Shared Steps,Sprint,Test Case).   
    2012-01-25 10:35:28,032 [6544] [10] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Attempting to connect to TFS Warehouse - Connection String: Data Source=sql.MyCompany.fr;Catalog=Tfs_Analysis.   
    2012-01-25 10:35:28,158 [6544] [19] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:35:28,791 [6544] [10] INFO  IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TfsWarehouse - Connection to TFS Warehouse established..   
    2012-01-25 10:35:30,743 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:35:30,744 [6544] [18] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:35:31,396 [6544] [15] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetCurrentActivity.   
    2012-01-25 10:35:32,218 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.TaskDataProvider - GetActivityBoardTasks.   
    2012-01-25 10:35:33,278 [6544] [12] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetBuildHistory.   
    2012-01-25 10:35:42,536 [6544] [19] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.SourceControlDataProvider - GetRecentChangeSets.   
    2012-01-25 10:35:44,591 [6544] [16] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker.   
    2012-01-25 10:35:48,115 [6544] [16] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found last broken build. 01/24/2012 18:18:09 MyCompany.Admin.Web.sln - PREPROD  1.8.0.23 Failed.   
    2012-01-25 10:35:55,865 [6544] [16] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found last successful build. 01/24/2012 17:37:23 MyCompany.MyProject.sln - PACKAGE  2.1.0.1 Succeeded.   
    2012-01-25 10:35:56,409 [6544] [16] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Found first broken build since last successful build. 01/24/2012 18:18:09 MyCompany.Admin.Web.sln - PREPROD  1.8.0.23 Failed.   
    2012-01-25 10:35:56,830 [6544] [16] DEBUG IRC.Gear.WorkItemManager.Dashboard.TfsDataProvider.BuildDataProvider - GetLastBuildBreaker - Last user to break the build: FirstName LASTNAME, user image: 'C:\Users\FirstName\Documents\Work Item Manager 2010\tfs.dev.MyCompany.fr\MyCompany\MyCompany\Images\FirstNameLASTNAME.jpg'.   

    Reply

  • Joel Joel admin's avatar

    Posted on Jan 27, 2012 (permalink)

    Hi Rodolphe,

    After digging deeper into the MDX query used to get data from the TFS warehouse I found that we aren't using the iteration info correctly.  As you suspected, we are getting work remaining data for all items in the project and the start/end dates of the iteration are only being used to show a timeframe on the X-axis.  I have logged this as a bug and I apologize for the earlier misleading responses. 

    In the meantime, I encourage you to check out TeamPulse if you haven't already.  TeamPulse is a separate product that integrates with TFS.  It also has its own set of reports, one of which is a burndown graph like the one in WIM, except that it calculates the burndown as you expect.

    Regards,
    Joel
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Announcements / Forums / TFS Work Item Manager and Project Dashboard: TFS Work Item Manager > Remaining Work showing all tasks