需要知道在 TFS 中不使用工作项编号构建
我有 TFS 服务器 2008。 当我们选择任何特定的构建时,我们使用它来获取该构建中涉及的工作项。 我需要以相反的方式知道,即如果我知道工作项编号,那么我可以直接找到内部版本号。 任何帮助都会很棒。
I have TFS server 2008.
When we select any paricular build we use to get the work items involved in that build.
I need to know in the reverse way i.e. if I know work item number then I can directly find the build number.
Any help will be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 Team Explorer UI 中,我不相信有办法通过 WI 找到构建。
使用 TFS API,我确信您可以构建一个查询来执行此操作。我知道如何获取与 WI 关联的所有变更集,并且从那里我确信您可以构建它以查找与变更集关联的所有构建。
From the Team Explorer UI, I don't believe there is a way to find a build by WI.
Using TFS API, I am sure you could build up a query to do this. I know how to get all changesets that are associated with a WI and from there I am sure you can build it up to find all builds associated with a changeset.