Table WorkItemsLatest (TFS 2010) missing in TFS 2015 (Collection Database)

纵然是瞬间 提交于 2019-12-06 07:02:35

WARNING

Even though you've already mentioned this yourself, querying the database tables directly can lead to breaking functionality between updates. With the recent amount of churn in the work item space (new template customization features landing on VSTS and probably coming to TFS vNext and the new workitem form), expect these items to keep changing in the near future.

Ok, I get it

So, you're probably looking for the following two views:

  • [Tfs_DefaultCollection].[dbo].[vw_denorm_WorkItemCoreLatest]
  • [Tfs_DefaultCollection].[dbo].[vw_denorm_WorkItemCustomLatest]

And join them with tbl_Field to be able to identify which Custom Field ID matches which Field Name.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!