如何获取TFS工作项所属的查询?
通常,我的团队处理大量工作项目,并且团队资源管理器中也有很多查询。
给定工作项的 ID,我如何知道它属于哪些查询?
Normally my team work with a big list of work-item and there are also lots of queries in Team Explorer.
Given an id of a work-item, how can I know which queries it belongs to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查询就像 SQL 语句,因此您需要执行每个查询并查看工作项是否在查询结果中。
Queries are like SQL statement, so that you need to execute each query and look if the workitem is in the result of the query.