Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do you have to create a TASK for every BUG in TFS (Cloud) to track time?

Using TFS Cloud (myproject.visualstudio.com), there are no Estimated, Completed, Remaining fields to add time to a bug. Do we really have to create a TASK work item basically called 'fix - bugname' for every bug, just to log how long each took to fix?

I appreciate on larger bugs this makes sense, but some are spelling mistakes or other minor problems.

This then doubles the number of work items in lists for all?

any suggestions?

like image 532
adudley Avatar asked Jun 12 '13 08:06

adudley


People also ask

What is a task in TFS?

Task- Any work which is planned as part of development of your project, either as result of bug, or issue or requirements, including requirement analysis or development, or testing. etc.

How do I create an Unparented task in TFS?

Just go to Work -> Queries, click New -> Task (upper left), and there you have a task. You can then view it in the sprint iteration beneath "Unparented". You can also view them in Queries, of course.


1 Answers

Well, having looked into this, the quick answer is yes.

The benefits of doing so are simple. A TASK is the 'smallest' thing you can do in TFS, and it is always assigned to one person.

Given this, by creating tasks to do the 'work', you can at least see who did the work and account for it (without looking at the history of an item).

You can also 'bounce around' the assigned to for the actual BUG, e.g. to get someone else to verify it, or leave it assigned to whoever 'owns' that bug, while fixing it can be assigned to others (the tasks).

like image 159
adudley Avatar answered Sep 19 '22 11:09

adudley