fogbugz

SVN post-commit hooks have stopped working after upgrading to FogBugz 7

Our company have recently upgraded our FogBugz installation to version 7, downloaded the latest post-commit files, and followed the latest instructions on integrating SVN with FogBugz (to get lists of modified files for each case.) However, I've been unable to get them working. Can anyone shed some light on what i might be doing wrong?...

How often do you Upgrade your Bug Tracking System / Software

Hi all, I am using Fogbugz as my Bug tracking software, and was thinking on a schedule so that I can upgrade my Bug tracking software once in a while according to that schedule. I was just curious on how others are doing their upgrades, and how often. It would also be nice If you share on what basis you schedule the frequency of your ...

VS 2010 addin for Fogbugz?

I'm starting a project in Visual Studio 2010 and I'd like to use FogBugz in conjunction with it, but the addin supplied appears to be for VS 2008. Is there a version that works with 2010? [crosses fingers and hopes Joel answers ;)] ...

Fogbugz XML_API PHP CURL File upload

I have built a php script which receives values in $_POST and $_FILES I'm catching those values, and then trying to use CURL to make posts to FogBugz. I can get text fields to work, but not files. $request_url = "http://fogbugz.icarusstudios.com/fogbugz/api.php"; $newTicket = array(); $newTicket['cmd'] = '...

Fogbugz: Is there a way to search for all cases that a specific user made a specific edit

For example, search for editedBy:<USER> madeChange:"changed estimate field" (possibly: editedOn:Yesterday). Is this possible? ...

fogbugz: Is there a way to view the history of a case using the api

I want to get all the history of a case. Is this possible through the api? ...

HelpSpot to Fogbugz to HelpSpot integration

Does anyone have a nice example of integration between HelpSpot and Fogbugz? We're using HelpSpot as our customer facing software and ticket management, and then if a developer needs to work on a ticket the data will be pushed to Fogbugz. Obviously we can use the Fogbugz push API that Userscape provides, but this only allows you to spe...

Change the default "category" of a new case in FogBugz

In our FB configuration a new case is category = "Bug" per default. I would like to change that to "Inquiry". How to do that? ...

fogbugz vs. OTRS

Hi, I'm looking for a simple solution for support case management. , the final nominee are Fogbugz and the open source OTRS. does anyone have experience with both products? any comment/suggestion will be welcomed! thanks! Ofer ...

FogBugz Screenshot does not start up at boot

Some of our FogBugz users experience that the Screenshot tool does not start-up automatically at boot. The quickest work-around is to re-install it. Any ideas on what causes this to happen? And how to prevent it from happening? ...

Fogbugz: A way to pre-fill custom fields via HTTP post?

Greetings! Situation: We have a CRM system that generates unique customer IDs. Now we added a field "customer match code" to our Fogbugz cases, using the Custom Fields Plugin. In the CRM we have a button "Add case to customer" that launches a VB script to open a URL, ie. Fogbugz. Obviously, it would be nice to pre-fill the custom field...

Embedd external picture into FogBugz wiki

I'm searching a way, to link external picture to FogBugz wiki. It must be a dynamic link, so when the source picture changes, it should automatically change in the wiki page (after manual page reload in browser). I've found, that MediaWiki has special parameter, that allows such links: doc Does FogBugz have similar setting? ...

Fogbugz Duplicate Cases

I am using FogBugz free hosting to manage my project bugs, I also have several customers I create custom software for, been using FogBugz to keep everything organized. Question I have is, there are times where they send me an email with a bug, so I report it in my system and they create it as well, instead of having 2 cases of same bug,...

FogBugz - Estimate & EBS

I have a FogBugz question regarding EBS (Evidence Based Scheduling)... Developer A estimates Case A at X amount and Developer B ends up taking over Case A before Developer A can get started and before time has been logged against it. If Developer B agrees with the same estimate that Developer A entered, how might we transfer that same e...

Does Team Foundation support cross-app workitem groups?

We're currently using Visual Source Safe and BugNet and looking to migrate up and away from VSS. I've been pushing for either SVN ( a) we're an ASP.NET shop, b) DCVS is not an option - no matter how much I like Hg ;-) or TFS. Well we finally got a new dev server, so I talked the boss into installing TFS on it (30 day trial). In the meant...

What programming language is FogBugz written in?

From what I've read it appears that FogBugz was originally written in VBScript. Now apparently they use their own custom compiler and language that will translate the source code to more "accessible" languages such as PHP and (I think) C#. Is there a name for this language? What does a hello world look like in it? Is there any hope of se...

FogBugz -- Case detail (rich text)

Hi: Does FogBugz supports rich text capabilities, specifically in the case detail (textarea) when trying to add New Case? Thanks in advance. ...

Is there a good Fogbugz client for Windows

Funnily enough, I already found some pointers and a thread to an OSX client for Fogbugz. Here I am looking for a Windows client. I know there are web browsers for Windows, but I am looking for fast editing; fast changing of attributes ("one click"); zapping through cases and edits in milliseconds; no waiting for HTTP round trips, just p...

Problem importing Bugzilla DB into FogBugz

I'm attempting to import the contents of our Bugzilla 3.4.4 database into FogBugz 7.2.18. I've looked at the importBugzilla.php script, and commented out the two lines at the beginning that say to comment them out for the import. However, when attempt again, I continue to receive this message: "An administrator must edit the importBug...

Linq2Sql: linking tables without relationships

I'm new to Linq2Sql and to learn it I'm trying to setup reports using Linq2Sql against the FogBugz tables. But, since the FogBugz tables don't have any true Foreign Key relationships, LinqToSql isn't finding the relationships and I can't figure out how to create them through the Designer. So, is there a way to do this manually? If I do i...