Fogbugz 和 ELMAH - 通信插件

发布于 2024-08-03 07:41:52 字数 256 浏览 3 评论 0原文

我的雇主目前正在尝试 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 技术交流群。

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

发布评论

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

评论(3

╰つ倒转 2024-08-10 07:41:52

如果您想在 FogBugz 中自动创建新案例,则不必编写插件。 FogBugz 有一些用于管理来自其他应用程序的案例的 API:

  • BugzScout 它做了与你要求类似的事情。
  • 您可以使用 FogBugz XML 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:

  • There is BugzScout which does a similar thing you ask.
  • You can use the FogBugz XML API for creating / querying cases and set up your "external work flow".
我不是你的备胎 2024-08-10 07:41:52

您可以使用新的 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.

一张白纸 2024-08-10 07:41:52

我发现了这个 FogBugz Elmah 集成。未经测试:

http://www.billforney.com/category/C.aspx

I found this FogBugz Elmah integration. Not tested:

http://www.billforney.com/category/C.aspx

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