1

I'm over a team of developers whose primary responsibility is the sustainment of our production applications. Once a month we work on a support sprint for an app, fixing any reported bugs and adding new enhancements to that application. My leadership has asked for a reporting of the hours worked by each developer during the sprint, which I know I can get from looking at each task, but is there a way to generate some kind of report from Team Services that would have that information in it?

David Coxsey
  • 53
  • 1
  • 5

2 Answers2

0

The work item experience in VSTS isn't intended to be a time tracking mechanism, it's intended to be a tool for teams to manage work in an Agile fashion. Agile isn't about hours worked, it's about delivering value and meeting commitments.

You'll need to evaluate a third-party extension, such as TimeTracker. I have no experience with it, so I can't vouch for how good it is (or isn't!).

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
0

There is not a built-in report can be generated to get what you want. Since TFS/VSTS is an effort tracking system and not a time tracking system it is a loosing battle to try and track billable time as part of TFS/VSTS.

Agile projects don't focus on how long individual tasks take -- they focus on how much value the development team is providing over the course of a set period of time. One thing might be estimated low, one task might be estimated high, but it ultimately doesn't matter as long as the team delivers what they committed to deliver.

About Scrum, suggest you take a look at this related question: Reporting on completed sprint

If you insist on achieving this, you could use some 3-rd party extension such as Imaginet Time Sheet & Timetracker. For example, about time tracker, it is fully integrated into TFS, which allows tracking directly against workitems and offers data export as well as automatic filling of the fields mentioned above. With the help of the extension, project manager could have all times based on rules automatically reported back into MS Project.

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62