是否可以使用TFS查询获取特定日期的TFS工作项快照?

时间:2015-01-30 08:30:51

标签: tfs tfs-workitem

我需要获得所有" Bug"来自TFS团队项目的实体,对于特定日期,这意味着实体属性应具有他们具有我指定日期的值。特定日期的所有错误快照。

通过TFS查询是否可行?

感谢您的关注。

1 个答案:

答案 0 :(得分:0)

可能你不能通过TFS门户网站提供的标准工具来做到这一点。 但是有TFS API供您使用。看看WorkItemStore课程。它有很多方法,包括GetWorkItem(Int32, DateTime) Gets the previous state of a work item that is specified by ID and datehttps://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.workitemtracking.client.workitemstore.aspx