Questions tagged [fogbugz]

FogBugz is a bug tracker and issue tracker made by Fog Creek Software.

Official website of FogBugz. It's possible someone on stackoverflow.com could answer your question, but the quickest and surest way to get an answer is on the support site.

There's more information on building plugins and the XML API as well on the support pages.

174 questions
4
votes
1 answer

How to force a Case/Bug reference to be entered in TortoiseHG commit comment?

We are trying to get TortoiseHG 2.0.5 to check that a fogbugz case number has been entered in the commit comment, investigations have shown a "mandatory issue reference" is available in TortoiseHG that requires the link.regex to be valid. We already…
DoodleWalker
  • 289
  • 3
  • 8
4
votes
4 answers

How do I create an HTML anchor in a FogBugz wiki page?

The StackOverflow transcripts are enormous, and sometimes I want to link to a little bit within it. How do I create an HTML anchor in a FogBugz wiki page?
Josh
  • 7,936
  • 5
  • 41
  • 63
4
votes
4 answers

FogBugz estimates and pair programming

I am using FogBugz as a tool to give us "a look into the future". The program takes our work hours, the tasks for a release, assigned developer's estimate against that task, and the developers tendency to under/over estimate, and tries to come up…
Nick Zalutskiy
  • 14,952
  • 7
  • 53
  • 50
4
votes
4 answers

GIT Fogbugz integration

What would you use instead of WebSVN when tying Git into FogBugz?
Adam D.
4
votes
2 answers

Assigning Fogbugz cases programmatically

I want to write an application that assigns Fogbugz cases programmatically, how would I accomplish this? Is it possible to achieve this given any of the following scenarios: The user enters text in my application's input field and the Fogbugz…
Draco
  • 16,156
  • 23
  • 77
  • 92
3
votes
1 answer

How does fogbugz do the "Add Case" ajax?

I really like how FogBugz has an "Add Case" button where it instantly adds the text you entered into the table, and gives you the ability to add another one. Does anybody know how it is done? or ideally, does anyone have any snippets for PHP/MYSQL…
chris
  • 20,791
  • 29
  • 77
  • 90
3
votes
2 answers

How can I set or modify the commit message from a mercurial extension?

I'm trying to modify this Mercurial extension to prompt the user to add a FogBugz case number to their commit message. Ideally, I'd like the user to just type in a number after being prompted and have it automatically appended to the commit…
Daniel Schaffer
  • 56,753
  • 31
  • 116
  • 165
3
votes
3 answers

Integrating FogBugz, what kind of API/integration points does it have?

Other than logging into FogBugz and using it etc, what kind of integration points does it have?
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
3
votes
2 answers

Can you remove dead wiki links in the "See Also" section of a FogBugz case?

We have a couple cases in FogBugz that have a link to an old wiki via the See Also section. No where in these cases is there a link in the edited text (the normal section where you enter your text), so I'm assuming the link was created through the…
Jason Down
  • 21,731
  • 12
  • 83
  • 117
3
votes
1 answer

Exporting case details from FogBugz

We are seeking to create a snapshot of all our FogBugz data however the GUI only seems to allow to export the top level list of cases, not their detail/attachments. Searching around the only solutions I can find relate to apps that are now out of…
Paul
  • 1,041
  • 11
  • 26
3
votes
1 answer

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 ;)]
RCIX
  • 38,647
  • 50
  • 150
  • 207
3
votes
1 answer

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…
nickytonline
  • 6,855
  • 6
  • 42
  • 76
3
votes
2 answers

Bugshooting for Redmine

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

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…
segfault
  • 5,759
  • 9
  • 45
  • 66
3
votes
1 answer

Fogbugz API - formatting data submitted into the sEvent field

I'm using the Fogbugz API (v6.0) to submit new cases from some error reporting code. I can't find the correct syntax to put line breaks in the case description field. sample api…
Andy Davies
  • 1,456
  • 9
  • 13