How can I get statistics from a user?

Microsoft Line of Code Counter - a tool for a line of statistics code in TFS, can calculate code changes between another version, a different date, BUT can not calculate the code for different users?

Is it possible to calculate the code by the user (who checked the code) and version?

+3
source share
1 answer

Yes. You can get this through the Analysis Services TFS Warehouse Analysis Services cube or from the TFS Warehouse database.

In particular, see table dbo.Code Churnc TFSWarehouse. You will need SQL skills to bring this information together.

. . 15 (, ). , , , .

+2

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


All Articles