TFS - 从DB查询Microsoft.VSTS.CMMI.RootCause,以使用SSRS生成报告

时间:2018-06-05 03:49:50

标签: sql-server reporting-services tfs tfs2015

从DB查询Microsoft.VSTS.CMMI.RootCause,以使用SSRS生成报告

请告诉我在哪里可以获取TFS中Bugs的Microsoft.VSTS.CMMI.RootCause值,以便可以使用SSRS报告

我已经检查了dbo.CurrentWorkItemView&在TFS_Warehouse数据库中的dbo.DimWorkItem并且无法找到它。

请协助查找Microsoft.VSTS.CMMI.RootCause for Bugs的值

1 个答案:

答案 0 :(得分:0)

Bug tracking fields 既未报告也未编入索引

默认情况下,Bug WIT中没有该字段。因此,要跟踪 RootCause 字段(Microsoft.VSTS.CMMI.RootCause),您需要先添加字段。有关详细信息,请参阅Add or modify a field to track work

您还可以使用流程编辑器TFS 2015 Power Tools

自定义错误工作项类型

根据我的测试,我们可以从表[Tfs_DefaultCollection].[dbo].[tbl_WorkItemCustomLatest]

中检索RootCause字段的值

enter image description here