Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FogBugz 有没有办法创建一个过滤器,它是:
[全部] [打开] [案例] 分配给 [开发人员 A],但 1 个或多个项目除外。
我已经通过 Google 和 FogBugz 论坛进行了拖网搜索,但找不到任何东西。
提前致谢!
这是否有效:
status:"Open" assignedto:"Developer A": -project:"Project A" -project:"Project B"
你可能也想把它塞进去:
view:"Outline"
如果您使用的是 FogBugz 7。
要查找搜索系统的帮助,请将网页右上方的搜索框留空,然后单击搜索按钮,这将为您提供一些基本帮助,您可以单击“搜索轴”以查找您可以查询的所有字段。
AND 是隐式的,必须指定 OR,因此在我的查询中的所有搜索词之间都有一个 AND,这应该会给你你想要的。