有没有办法通过 Fogbugz API 返回 Fogbugz 案例的 Basecamp URL?
我正在尝试查询包含 Basecamp URL 的所有 Fogbugz 案例,以便将它们与打开的 Basecamp 项目/待办事项 URL 进行匹配。
问题是 Fogbugz API 在其文档中没有提及 Basecamp 项目 URL。我可以返回包含 Basecamp URL 的案例列表,但我无法获取实际的 URL。
$search = file_get_contents(FBZ_URL.
"?cmd=search&token=".
$token.
"&q=Basecamp+Project+URL&cols=ixBug,sTicket,sTitle,tags,dtDue");
有办法做到这一点吗?
I am trying to query all Fogbugz cases that contain Basecamp URL's, in order to match these against open Basecamp projects/to-do URL's.
The problem is that the Fogbugz API has no mention of the Basecamp Project URL in it's documentation. I can return a list of cases that contain Basecamp URL's, but I cannot get to the actual URL's.
$search = file_get_contents(FBZ_URL.
"?cmd=search&token=".
$token.
"&q=Basecamp+Project+URL&cols=ixBug,sTicket,sTitle,tags,dtDue");
Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论