如何在 TFS 中查询工作项及其链接的变更集?
在 TFS 2010 中,我有带有链接变更集的工作项。我可以生成一个查询来报告我正在查找的工作项。现在我想要对工作项和直接链接进行查询,其中包括链接到这些工作项的所有变更集。在查询编辑器中,我找不到任何方法将变更集指定为链接到的项目。 工作项是查询唯一可能的输出吗?
In TFS 2010 I have work items with linked changesets. I can generate a query that reports the work items I'm looking for. Now I want to do a query of Work Items and Direct Links that includes all the changesets linked to these work items. In the query editor I can't find any means to specify a changeset as the linked-to item. Are work-items the only output possible from a query?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一种选择是使用 TFS API,如以下代码片段所示。
An option is to use the TFS API like the following snippet.
我刚刚参加了网络研讨会改善开发人员和测试人员的协作,我在会上提出了我的问题。 alpi.com 的讲师 Ken Arneson 确认,无法通过 TFS Team Explorer 中的查询编辑器报告指向变更集的链接。要访问变更集的链接,必须使用其他工具来访问“多维数据集”。我还有更多东西要学。
I just attended the Webinar Improving Developer and Tester Collaboration where I posed my question. Instructor Ken Arneson of alpi.com confirmed that links to changesets are not reportable through Query Editor in TFS Team Explorer. To access links to changesets, other tools must be used to access the "Cube". I have more to learn.
如果您执行查询并包含外部链接计数 >0,这实际上将为您提供具有与其关联的变更集的所有工作项。
If you do a Query and include external link count >0 this will actually give you all work items that have changesets associated with it.