如何批量更新TFS中的多个工作项
我需要将 TFS 中数百个工作项的相同字段更新为相同值。 有没有什么方法可以批量更新而不是手动更新呢?
I need to update same field to same value for hundreds of workitems in TFS. Is there any way to do it in a batch instead of updating them manually one by one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 Excel 中执行此操作:
完整文档:
在 Excel 中管理工作项(概述页面;很多&里面有很多链接)
你可以也可在网络界面中进行批量编辑
Windows 命令行:
Powershell:
You can do this in Excel:
Full documentation:
Managing work items in Excel (overview page; lots & lots of links inside)
You can bulk-edit in the web interface too
Windows command line:
Powershell:
您可以从 如何批量更新 TFS 中的多个工作项下载详细脚本PowerShell
You can download detail script from how to batch update multiple work items in TFS by PowerShell