0

Is there a Fogbugz Module for DotNetNuke?

I googled it and couldn't find one.

leeand00
  • 25,510
  • 39
  • 140
  • 297
  • 1
    What would you want this module to do? Reports? Time Entry? – EfficionDave Apr 08 '11 at 14:45
  • @EfficionDave Reports mainly. I want to be able to query a Fogbugz server via the Fogbugz-API and display a list of open issues (and project milestones) so that a client can view them in DotNetNuke. – leeand00 Apr 08 '11 at 14:50
  • @EfficionDave Actually it wouldn't hurt if they could file issues (bugs) as well. – leeand00 Apr 08 '11 at 14:50
  • I've written around 8 reports for FogBugz that I could easily turn into a DNN module. But they don't use the API, they go straight to the database. I've been contemplating the best way to share/sell them, but just don't really have the time to package them properly. – EfficionDave Apr 13 '11 at 18:10
  • @EfficionDave I'm starting to write one now using the C# FogBugz API Wrapper, and of course DNN. – leeand00 Apr 13 '11 at 19:55
  • I'd be happy to beta test it for you :-) – EfficionDave Apr 15 '11 at 04:09
  • @Dave I'm writing it for my employer, I'll see what they have to say about that when I'm done with it... :) – leeand00 Apr 15 '11 at 12:03
  • If it's okay with them I'll let you have at it! – leeand00 Apr 15 '11 at 12:31

1 Answers1

1

As of April 2011, there is no publicly available DNN Module for FogBugz.

For somebody who simply wants to submit bugs using the API, it would not be terribly difficult to make a DNN Module that accomplishes this.

I hope if @EfficionDave or @leannd00 finish a public version of their module that they will make it available on SnowCovered.

For now, I think the best bet is to make a request at the FogBugz stackexchange site.

It's Stackoverflow, but for FogBugz!

http://fogbugz.stackexchange.com/

Brian Webster
  • 30,033
  • 48
  • 152
  • 225