本文介绍了查询以提取没有验收标准的用户故事的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞!我正在使用TFS Visual studio ultimate 2013 Version 12.0。I'm using TFS Visual studio ultimate 2013 Version 12.0.我们在用户故事中有几个没有验收标准的用户故事。什么子句应该包含在查询中,以便它只提取没有验收标准的用户故事?We have several user stories with no acceptance criteria within the User stories. what clause should be included in the query so that it pulls only User stories without acceptance criteria?尝试:接受标准:包含:Null,NULL,EMPTYTried: Acceptance criteria: contains: Null, NULL, EMPTYany information is much appreciated!推荐答案感谢您在此发帖。我们无法查询用户故事基于"有接受标准 "或"没有验收标准", Null,NULL,EMPTY只会被识别为sting"null",如果将留空,则会出错。但我建议您可以在Excel中打开查询结果(团队>>新列表>>选择查询),然后您可以过滤以显示没有验收标准的工作项:We are not able to query user story based on "Have acceptance criteria " or "Do not have acceptance criteria", the Null, NULL, EMPTY will just be recognized as the sting "null", and you will get error if you leave it blank. But I suggest that you could open the query result in excel(Team>>New List>>Select Query), then you could filter to show work items without acceptance criteria:您需要在查询中添加验收条件第一。You need to add the acceptance criteria to the query first.最好的问候 Limitxiao GaoLimitxiao Gao 这篇关于查询以提取没有验收标准的用户故事的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-15 11:13