Review of FogBugz

Wednesday, June 11, 2008 by Joel Spolsky

Carson McComas reviews FogBugz: "Its genius is in its maturity. It is mature, seasoned, and polished software that makes tracking multiple issues with difficult sticky elements not just easy, but enjoyable. You know software is great if you still love it, and use it heavily after several months. Now I can't live without it."

Carson's site is at WorkHappy.net.

Categories: FogBugz
Actions: E-mail | Permalink

C# wrapper for the FogBugz API

Wednesday, June 11, 2008 by Eric Nehrlich

One of our customers wanted to use the FogBugz API from C#, but the API was only available via a REST interface.  So they wrote a C# wrapper around the FogBugz API to let them do what they wanted, and was gracious enough to share it with us.  You can download it from this link, which also includes a description of how it works.

Categories: FogBugz
Tags:
Actions: E-mail | Permalink

Fluid

Wednesday, June 11, 2008 by Joel Spolsky

If you're a Macintosh user, check out Fluid, which lets you create custom icons in the dock for websites you visit a lot.

Indiekid created a high-res fluid icon for FogBugz:

Categories: FogBugz
Actions: E-mail | Permalink

Git Integration

Thursday, May 08, 2008 by Michael H. Pryor

John Reilly has created integration between Git and FogBugz, which is available for download.

 

 

Categories: FogBugz
Tags:
Actions: E-mail | Permalink

Rails plugin for FogBugz

Thursday, April 24, 2008 by Eric Nehrlich
One of our customers, Caio Chassot, wrote a plugin for Rails that will let a Rails app submit bugs directly to a FogBugz installation by using BugzScoutCheck it out!
Categories: FogBugz
Tags:
Actions: E-mail | Permalink

WorkingOn is still working on FogBugz

Monday, April 21, 2008 by Michael H. Pryor

Daniel Schaffer has a new version of his FogBugz add on out. Check out WorkingOn v 1.3...

 


Categories: FogBugz
Actions: E-mail | Permalink

Team Foundation Server Integration

Thursday, April 17, 2008 by Michael H. Pryor

I posted earlier on Lou Franco's integration between FogBugz and TFS.  It looks like he's made a lot of progress...

  1. Part I: Syncing TFS with FogBugz
  2. Part II: Log Files
  3. Part III: Diff Files

 

Categories: FogBugz
Tags:
Actions: E-mail | Permalink

ProjectLocker and FogBugz Integration

Friday, April 11, 2008 by Michael H. Pryor

 

ProjectLocker now integrates with FogBugz! 

Categories: FogBugz
Actions: E-mail | Permalink

6.1.23 for PHP version of FogBugz released (replaces 6.1.19)

Friday, April 11, 2008 by Michael H. Pryor

If you are using 6.1.19 PHP FogBugz, please upgrade to 6.1.23 which is now available at https://shop.fogcreek.com

 

 

Categories: FogBugz
Actions: E-mail | Permalink

Installing FogBugz on Joyent Accelerator

Monday, April 07, 2008 by Eric Nehrlich
One of our customers worked with us to get FogBugz installed on Joyent Accelerator.  This was a tricky install because Solaris has some quirks that are unlike Linux, but we eventually worked through all of the issues.  Afterwards, our customer was kind enough to document the necessary steps in a KnowledgeBase article on installing FogBugz 6.0 on a Joyent Accelerator.  Check it out for some tips and tricks on installing FogBugz in such an environment.
Categories: FogBugz
Tags: ,
Actions: E-mail | Permalink

Integrating Office and FogBugz with Smart Tags

Thursday, April 03, 2008 by Michael H. Pryor

David over at Qdabra Software told us about a little trick to get Office smart tags linking back to FogBugz cases.  The script actually installs a smart tag for all 2 to 8 digit numbers.   ( If you read the Microsoft KB article, you'll see it is much harder to just grab a regular expression like Case 123 than it is to just grab 123).

His excellent instructions:

In order to install the Smart Tag, follow these steps:

  1. Make sure to close all office applications
  2. Download the attached FogBugz.xml and edit it to point to your FogBugz installation.
  3. Copy the edited FogBugz.xml to C:\Program Files\Common Files\microsoft shared\Smart Tag\LISTS
  4. Make sure the Smart Tags are enabled. When composing a message in Outlook 2007, do this:
    1. Office Menu
    2. Editor Options
    3. Proofing
    4. AutoCorrect Options
    5. Smart Tags tab
    6. Ensure "Label text with smart tags" is checked
    7. Ensure "FogBugz" is checked
  5. You might need to log out and back in for changes to take effect

Note: instructions will vary for MS Word and Office 2003.

FogBugz.xml (1.19 kb)

Categories: FogBugz
Actions: E-mail | Permalink

Change your logo..

Thursday, April 03, 2008 by Michael H. Pryor

I have a bit of a confession to make.  I spend a lot of time interacting with customers (which I'm told is a bit out of character for the president of the company) but I enjoy getting feedback from them and it helps me know where we need to focus our efforts.  We get some requests over and over again and while to the end user they may seem very simple to implement, the reality is far from that.  But that wasn't going to stop me from getting a feature out that I really wanted customers to have in this latest release (coming to On Demand later this week).

One request that we get fairly often is the ability to customize the look of different parts of FogBugz, particularly the logo.  It probably makes the kiwi a little sad, but I understand ... no hard feelings.  The only issue is that FogBugz is not the same application it used to be when I used to write code for it in version 2.0 and 3.0.  It has lambda functions, code generators, ajax requests;  which is fine for our brilliant developers but not for me and my limited IQ... one change here can affect a bunch of things over there that you never expected.

I had a bit of free time and I thought, "How hard could it be to let people upload a new image for the logo?"  It turns out, in this case it's pretty complicated.  To upload files, a form needs to have a certain encoding: multipart/form-data.  In php and asp, it's not trivial to decode this file upload, and in asp in particular it means you have to treat the rest of the form elements differently than you would have if it was a normal form post.  We do this for cases currently, but it means I couldn't just throw a File Upload input in an html form on the Site Configuration screen.  Also, storing files in the database requires a special table that will hold binary blob data.  We already have this for uploaded Attachments in FogBugz.  And if we're going to be serving a file from the database, I had to make sure the browser would cache it for a long time, but still download a new one if an admin decided to change it.  It just meant my tiny little code change was growing into a bigger code change, which meant it was unlikely to get done because of the amount of effort it would take.

So in the latest minor version we're about to push out, I piggybacked my feature on the already existing File Upload mechanism.  I protected it so users' couldn't just mine for any old attachment, and I made it so when you change the logo, your browser knows to download a new one.  Unfortunately the user experience is, well, a bit clunky.  You have to make a case, add your logo, and then copy the link for the logo to the site settings  -- rather than just clicking "Browse..." and uploading a new file on the Site page itself.  Since this isn't a feature that would get used daily, or even monthly, I'm hoping I get some slack for my albeit strange design and that people are happy to use it.  

Categories: FogCreek | FogBugz
Actions: E-mail | Permalink

Team Foundation Server (TFS) and FogBugz Integration

Friday, March 28, 2008 by Michael H. Pryor

We've been trying to figure out how to do this for awhile, but Lou Franco over at Atalasoft beat us to the punch.

"Adam, our QA Engineer, and I decided yesterday that we would get TFS integration going with FogBugz. Unfortunately, for us, this page of FogBugz source control integration instuctions does not include TFS. There is this generic page of source control integration instructions to work from, though.

The basic idea is that we either had to get TFS to ping the Fogbugz webserver on each checkin or somehow fill up the CVS table in FogBugz ourselves. One benefit of the latter (aside from having no idea how to get TFS to do things on checkin) is that we could sync the past. That's actually nice, because as Adam and I were looking at our logs, we could see a lot of checkin comments that looked like:

    FB4567: Fixed a bug ...
    Fixed the blah blah (fb5678)
    Case: 6475 Added a way to ...

(of course, the comments are better than that, though) 

And a few other formats.  A simple regex and we could pick up all of the info in these past comments -- then we just needed to run the tool in a Windows Task Scheduler task to keep everything in synch."

Read the rest on Lou's blog...

Eventually we'll get this into FogBugz to make it easier, but I wanted to share with everyone so they know it is definitely possible.  Thanks Lou!

 

FogBugz Time Tracking Integration with Timepost

Tuesday, March 18, 2008 by Michael H. Pryor
Timepost, a desktop time tracking app for the Mac, now integrates with FogBugz.
 
Categories: FogBugz
Actions: E-mail | Permalink

FogBugz vs. Trac or Basecamp

Monday, March 17, 2008 by Michael H. Pryor

Rashmi Sinha writes:

We are using Fogbugz for bugs, features, all project related (structured) communication. The nice thing about Fogbugz is that you can make a case out of anything, a bug, a feature idea, a customer support request. Once its a case in Fogbugz, it can be assigned and tracked. When I spot a bug, I add it to Fogbugz. When I think of a change in the design, I create a new case in Fogbugz. Fogbugz is not perfect, but its much better than managing the project using Basecamp and Trac (our previous bug tracking system). And I especially like how easy Fogbugz makes it to filter and find information. The whole concept of shared filters is great.

Read the rest here on Rashmi's blog...

 

Categories: FogBugz
Tags:
Actions: E-mail | Permalink