FogBugz - 包括分配给我自己和项目的所有案例<> “项目A” 和项目>> “项目B”

发布于 2024-08-01 15:23:42 字数 173 浏览 8 评论 0 原文

FogBugz 有没有办法创建一个过滤器:

[所有][未完成][案例]分配给[开发人员 A],但 1 个或多个项目除外。

我在 Google 和 FogBugz 论坛上进行了搜索,但没有找到任何东西。

提前致谢!

Is there a way in FogBugz to create a filter which is:

[All] [open] [cases] assigned to [Developer A] with the exception of 1 or more projects.

I've had a trawl through Google and the FogBugz forums but couldn't find anything.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

锦上情书 2024-08-08 15:23:42

这是否有效:

status:"Open" assignedto:"Developer A": -project:"Project A" -project:"Project B"

,您可能也想加入这一点。

view:"Outline"

如果您使用的是 FogBugz 7

要查找搜索系统的帮助,请将网页右侧的搜索框留空,然后单击搜索按钮,这会给你一些基本的帮助,你可以点击“搜索轴”的帮助页面来找到所有你可以查询的字段。

AND 是隐式的,OR 必须指定,因此我的查询中的所有搜索词之间都有一个 AND,这应该可以满足您的需求。

Does this work:

status:"Open" assignedto:"Developer A": -project:"Project A" -project:"Project B"

and you might want to tuck on this as well:

view:"Outline"

if you're on FogBugz 7.

To find the help for the search system, let the search-box up to the right in the webpage be empty, and click the search button, this will give you some rudimentary help, and you can click on to the help page about the "search axis" to find all the fields you can query on.

AND is implicit, OR must be specified, hence there's an AND between all the search-terms in my query, which should give you what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文