Time tracking in TFS using VS2013

I use Team Foundation Server to track my projects and tasks (I use MSF for the CMMI process template), so in Visual Studio 2013 I can run the task, but I did not find a way to track the time spent on the task; the Remaining work and Completed work fields remain empty.

I found the tfsworkingon tool that performs this function and other tools for TFS, but I was looking for a way to do this natively in Visual Studio. Does anyone know if VS2013 has this behavior natively and how can I use it?

https://tfsworkingon.codeplex.com/documentation

+3
source share
3 answers

Do not think that in Tfs there is something out of the box that allows you to automatically track the time.

I worked in a project where we used Pomodoro technique to track time spent. The whole team used Pomorodo sequences for 20 minutes, and we added a custom field to capture the number of Pomodoro sequences for each task - both actual and evaluated.

The tool we used to track time was Pomodairo , which was outside our development environment. I see that there is a Visual Studio extension , but I have not used it personally.

0
source

Visual Studio/TFS, , http://www.tfs-timetracker.com, TFS, Team Foundation Server. , , . , , , , , / ( ). , .

0

: TFS Visual Studio .

:

, . - ( , ), - , .

Visual Studio , , , facebook, .. . Visual Studio , .

- TFS . , , , . , , .

, ( CMMI , ).

TFS , /.

-1

Source: https://habr.com/ru/post/1538149/


All Articles