Fogbugz API :: 在自定义字段上搜索

发布于 2024-12-08 16:51:43 字数 439 浏览 0 评论 0原文

我的 Fogbugz 版本是 v8,我正在尝试使用 API 通过我创建的自定义字段来优化结果,到目前为止,我得到了以下内容:

/api.asp?token=[token]&cmd=search&q=project:"=116"+plugin_customfields_at_fogcreek_com_environmentf52:LAMP&cols=sTitle,sPersonAssignedTo,ixBug,environment,product

但 API 一直给我一个错误,说

The requested search axis 'plugin_customfields_at_fogcreek_com_environmentf52' is not recognized.

有人知道吗我做错了吗?

My version of Fogbugz is v8 and I'm trying to use the API to refine results by a custom field that i've created, so far i've got the following:

/api.asp?token=[token]&cmd=search&q=project:"=116"+plugin_customfields_at_fogcreek_com_environmentf52:LAMP&cols=sTitle,sPersonAssignedTo,ixBug,environment,product

But the API keeps giving me an error saying

The requested search axis 'plugin_customfields_at_fogcreek_com_environmentf52' is not recognized.

Does anybody know what I am doing wrong?

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

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

发布评论

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

评论(1

苍暮颜 2024-12-15 16:51:43
/api.asp?token=[token]&cmd=search&q=project:"=116"&plugin_customfields_at_fogcreek_com_environmentf52:LAMP&cols=sTitle,sPersonAssignedTo,ixBug,environment,product

您可以使用 & 而不是 + 来指示不同的搜索条件。

/api.asp?token=[token]&cmd=search&q=project:"=116"&plugin_customfields_at_fogcreek_com_environmentf52:LAMP&cols=sTitle,sPersonAssignedTo,ixBug,environment,product

You use & instead of + to indicate different search criteria.

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