Fogbugz 和 ELMAH - 通信插件
我的雇主目前正在尝试 Fogbugz,一个很好的功能是我们的异常记录器 (ELMAH) 和 FogBugz 中的案例生成之间的某种自动化。具体来说,如果有一个模块可以向 FogBugz 发送错误报告,然后在 FogBugz 中处理错误,查找重复项(可能按页面名称、异常和违规行分组),并在必要时创建一个新的错误报告,那就太好了案件。
据我所知,这可以通过使用 ELMAH 发送电子邮件,然后在 FogBugz 端安装某种插件来解析报告并执行必要的操作来实现。有人尝试过这样的事情吗?
My employer is currently trying out Fogbugz and one feature that would be nice is some sort of automation between our exception logger (ELMAH) and case generation in FogBugz. Specifically, it would be great if there were a module to send error reports to FogBugz and then in FogBugz process the error, look for duplicates (perhaps grouped by page name, exception, and offending line), and, if necessary, create a new case.
As far as I can tell this could be achieved by sending an e-mail with ELMAH and then having some sort of plugin on the FogBugz end that parses the report and performs the necessary actions. Has anyone tried something like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您想在 FogBugz 中自动创建新案例,则不必编写插件。 FogBugz 有一些用于管理来自其他应用程序的案例的 API:
If you want to automatically create new cases in FogBugz you do not have to necessarily write a plug-in. FogBugz has some API for managing cases from other applications:
您可以使用新的 API 和插件系统轻松制作 ELMAH 插件,或者您也可以走简单的路线,将所有异常发送到 FB 接收并创建案例的电子邮件箱。
查看 https://developers.fogbugz.com/default.asp?W1 来了解有关如何制作插件的信息。
You can easily make an ELMAH plugin with their new APIs and plugin system, or you can go the easy route and send all exceptions to an email box that FB picks up and creates cases for.
Check out https://developers.fogbugz.com/default.asp?W1 for info on how to make plugins.
我发现了这个 FogBugz Elmah 集成。未经测试:
http://www.billforney.com/category/C.aspx
I found this FogBugz Elmah integration. Not tested:
http://www.billforney.com/category/C.aspx