fogbugz

Is there any crash course for FogBUGZ?

Just signed up for a trial at fogcreek.com/Fogbugz after reading Joel's latest blog post. I think the features are very nice, but there are simply too many of them, and I'm having a hard time learning the platform. Is there any online quick start guide or an one hour crash course that I can get started from? I'm aware of a book called ...

Is hg commit supposed to inform Fogbugz?

I've configured Mercurial to talk to Fogbugz as explained in their documentation. Should hg commit inform Fogbugz of the commit making the repository appear in the list of repositories and the commit message in the related bug as per the Bugz tag? ...

Are there any security implications when embedding a username/password in an rss feed URL?

I noticed that when I added the FogBugz RSS Feed to my iGoogle page I had to embed my username and password in the feed URL. So are there any security risks associated with doing this? EDIT: Yes, my question should have specifically stated https and whether or not the query string portion of the url is encrypted. ...

FogBugz can only be installed on Windows XP SP2 or later

I am installing FogBugz 7 on Windows XP Professional SP3 ang got the message: Error FogBugz can only be installed on Windows XP SP2 or later, Windows Vista or later, or Windows 2003 Server SP2 or later, or Windows 2008. OK Have anybody encountered similar problem? ...

GIT Fogbugz integration

What would you use instead of WebSVN when tying Git into FogBugz? ...

FogBugz - Include all cases assigned to myself and Project <> "Project A" and Project <> "Project B"

Is there a way in FogBugz to create a filter which is: [All] [open] [cases] assigned to [Developer A] with the exception of 1 or more projects. I've had a trawl through Google and the FogBugz forums but couldn't find anything. Thanks in advance! ...

Where is the fogbugz connection string?

Where is the fogbugz connection string to the database? Can I manually change this? ...

How do you make a code block in fogbugz Cases (tickets)?

We have been using fogbugz and have been pasting code in tickets, but it always comes out hammered. is there any way to denote that a block of text is code? You know.. Like this (edit) Is it possible to put some simple html to set the text apart or something?? (edit again) based on my research, html code can be put in the Cases, b...

FogBugz - What is the url of Repository when using TortoiseSVN?

This is a really basic question - but I can't find the answer or make it work. I have a Fogbugz account - myaccount.FogBugz.com. - username: fred; password: jim I have a repository on Fogbugz: TestRepository. What is the url I use on TortoiseSVN to connect to this repository? eg https://myaccount.FogBugz.com/svn/TestRepository does not...

Fogbugz and ELMAH - Communication Plugin

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 ...

Is it possible to add a flash video on a fogbugz wiki page

I want to add a screencast to a fogbugz wiki page. Is it possible, and how? ...

Is there a Netbeans plugin or issue tracker that provides connectivity to Fogbugz?

I would like to be able to create FogBugz cases directly straight from the editor in NetBeans. Specifically, I would like to be able to look at a JUnit run in the IDE, examine the failures and create cases directly using the information that is right in front of me (rather than cutting and pasting into a web browser, etc). I see that N...

FogBugz - Filter List by date range using BETWEEN

Is there a way in FogBugz to filter a list of cases which have been opened/resolved/closed between a given date range? Thanks in advance! ...

How to connect CodeStriker to FogBugz

I have just installed the CodeStriker code review tool. Has anyone attempted connecting it to FogBugz? In the CodeStriker documentation I saw it works with Scmbug, whichintegrates software configuration management (SCM) with bug-tracking. Has anyone connected Scmbug to FogBugz? ...

SQL Server 2008 stops responding after webserver inactivity

I've recently setup a couple servers with the intention of moving our websites on to them. One is Windows Web Server 2008 and the other is Windows Server 2008 Standard running Sql Server 2008. The first thing I installed was FogBugz, and everything seemed to install and run smoothly until we stopped using it for a while. Then when tryin...

Bugshooting for Redmine

Is there any bug shooting utility submitting directly into Redmine? Something like bugshooting.com is doing with FogBugz. ...

Checking in Files via AnkhSVN not prompting to enter FogBugz Case Number

So I followed the fogbugz guidelines to add some properties to my project repository. The only SVN property I changed was bugtraq:warnifnoissue. In the documentation mentioned above, it's set to false. I set it to true. If I use TortoiseSVN, when I go to check in a file, I will see the Fogbugz case number textbox to the above right of th...

Tried redmine and trac, but none of them allows me to share milestones and bugs between projects

Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is no sign of code review support). ...

How to add a custom field to the Project administration page using the FogBugz plugin API?

I'd like to add a custom field to Projects in FogBugz and have that field show up in the project administration page. This way, when a user creates a new project, or edits an old one, the field can be edited immediately. My only other alternative would be to create a custom page with a form for associating the field specifically, but t...

FogBugz On Demand + online source control at low/no cost?

I have a project in the free hosted FogBugz On Demand (FOD) product right now. This is great for feature/issue tracking. But I've been working from a codebase that is solely on my development machine. I'd like to collaborate with another guy who is thousands of miles from me. So we need a source control solution (SCM)! I use Visual Stud...