TFS 查询显示特定用户昨天更改的项目
如何创建一个 TFS 查询来显示特定用户在最后一天内更改的项目?
我需要查看团队昨天完成了哪些项目。
How can I create a TFS query that will show items changed within the last day by a specific user?
I need to view what items were completed by the team yesterday.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我假设您已经知道如何创建新查询。这些是您需要输入设计器的 3 行...
I have assumed that you already know how to create a new query. These are the 3 lines that you'll need to enter into the designer...
您需要使用这些条件创建一个查询
这将考虑是否有人否则在该用户之后也更改了工作项
You need to create a query with these conditions
This will consider if someone else changed the work item after that user as well