使用 Fogbugz API 获取基于特定项目的门票列表
我想使用 Fogbugz API 列出某个项目的所有门票。我有 FogBugz 项目 ID 和名称,现在不太确定如何获取该项目的门票。
我查看了他们的 API 文档,但找不到这个选项,有人知道你如何做到这一点吗?
提前致谢
I'm wanting to list all tickets of a certain project using the Fogbugz API. I have the FogBugz project ID and name, now im not too sure how to get the tickets for the project.
I've looked on their API docs and unable to find this option, does anybody know how you are able to do this?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,您只需使用搜索功能即可:
您还可以使用
q=project:"=12"+status:active
其中 12 是项目 ID。编辑应该可以做到。
Sure, you just use the search function:
You can also use
q=project:"=12"+status:active
where 12 is the project ID.edit that should do it.