How to query for TFS work items with or without tags

ぐ巨炮叔叔 提交于 2019-12-05 03:57:04

I'm about a year too late, but I just accomplished this by doing Tags, Does Not Contain, "". I know that makes no sense, but it worked. I was able to pull in a task that had no tag.

This is not exactly helpful in the tool, but works to get the information. I select all, copy, paste into a worksheet. I can format as table and sort the results to get what I need. It is not very helpful for in tool info, but it works. Another option is to install the TFS Plugin with Excel, you can create and modify items using an existing query, sort items, add items, filter to show only items that do not have a tag, etc. https://msdn.microsoft.com/en-us/library/ms181675.aspx?f=255&MSPPError=-2147217396

Can you do Tags=""?

I am not sure I understand the use case, but you can sugest new features on http://visualstudio.uservoice.com

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!