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

Is it possible to get a TFS workitem snapshot for a specific date using TFS query?

我需要从 TFS 团队项目中获取所有 "Bug" 个实体,对于特定日期,这意味着实体属性应具有我指定日期的值。特定日期的所有错误快照的种类。

是否可以通过 TFS 查询来完成?

感谢您的关注。

您可能无法通过 TFS 门户提供的标准工具执行此操作。 但是有 TFS API 适合你。看看WorkItemStoreclass。它有很多方法,包括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