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
9
votes
4 answers

Can fogbugz track case dependencies?

Can fogbugz track case dependencies?
Christopher Mahan
  • 7,621
  • 9
  • 53
  • 66
9
votes
4 answers

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…
quux
  • 660
  • 1
  • 10
  • 22
9
votes
1 answer

Has anyone created a homegrown source control add-in for NAV that uses Mercurial

We use Mercurial for our source control for C# and Progress code. We are now developing in Microsoft's Dynamic NAV. There is no built-in source control and it's awkward (and error-prone) to manually put code in/out of our Mercurial repository for…
Doug J. Huras
  • 637
  • 1
  • 10
  • 19
9
votes
4 answers

How can I integrate a bitbucket repository with the hosted on-demand version of FogBugz?

I use the on-demand (hosted) version of FogBugz. I would like to start using Mercurial for source control. I would like to integrate FogBugz and a BitBucket repository. I gave it a bit of a try but things weren't going very well. FogBugz…
carrier
  • 32,209
  • 23
  • 76
  • 99
8
votes
6 answers

How do I represent features v. tasks in FogBugz 6?

In FogBugz 6, how do I represent the concepts of a "feature" versus a "task"? As defined by Joel Spolsky, the owner of Fog Creek Software (which makes FogBugz), a feature is essentially a user-visible capability. To estimate the time to implement…
Steve
8
votes
8 answers

Does it ever make sense to have multiple assignees for an issue in an issue tracker?

I've been a JIRA and Bugzilla admin in past jobs, and have quite often had users ask for the ability to have more than one assignee per issue. I know this is possible in JIRA, but to my mind it never makes sense; an issue should represent a piece of…
gareth_bowles
  • 20,760
  • 5
  • 52
  • 82
8
votes
2 answers

Getting a list of tickets with FogBugz API

I have a .NET web app that utilizes the FogBugz API to write problem tickets to our FB server... it uses the new command and... among all the other attributes... uses the sCustomerEmail argument to send the user's e-mail with the ticket. My question…
Rodger Cooley
  • 1,499
  • 13
  • 15
8
votes
0 answers

FogBugz Evidence Based Scheduling: How well does it work in the real world?

My company has been using FogBugz for a while now and we are generally happy with it as a bug-tracking tool. I've been reading Joel Spolsky's articles about their Evidence Based Scheduling feature. It sounds great in theory, but I haven't seen…
Jeremy Friesner
  • 70,199
  • 15
  • 131
  • 234
8
votes
2 answers

Any good implementations of Fogbugz-style keyboard shortcuts?

Fogbugz has a very nice implementation of keyboard shortcuts. You hit CTRL+; and the next key you hit will correspond to a user interface element on the current page. This neatly avoids conflicting with existing browser keyboard shortcuts (as would…
J22
  • 223
  • 1
  • 5
8
votes
4 answers

TFS vs FogBugz Kiln

What are the issues we may face if we move from TFS to Fogbugz Kiln? currently we are using TFS for source control, we are looking at the option to move to Kiln. we are completely Microsoft development tools based company since we use Visual Studio…
krprasad
  • 359
  • 1
  • 4
  • 17
8
votes
2 answers

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…
Earlz
  • 62,085
  • 98
  • 303
  • 499
8
votes
3 answers

How can I Forward an Email to FogBugz and Have it Make it into a Bug?

I didn't see it in the help but I figure it's possible. Also how do I find out what email address to use?
Greg
  • 45,306
  • 89
  • 231
  • 297
8
votes
4 answers

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…
KevinDeus
  • 11,988
  • 20
  • 65
  • 97
7
votes
2 answers

Github and Fogbugz

So we have integrated fogbugz and github, the actual mechanism seems to work. (i.e. when pushing the "test" button on github, the message "payload delivered" is shown) Unfortunately, cannot find the documentation on what to put in the commit…
Bret Savage
  • 201
  • 1
  • 7
7
votes
12 answers

Is there a good Fogbugz client for Mac OS X?

And/or: do I need one? I've recently started using FogBugz for my hobby projects, and I'm very happy with things so far. Having read more about it, especially the evidence-based scheduling, I'd like to start using it for my PhD as well. (Heh;…
Will Robertson
  • 62,540
  • 32
  • 99
  • 117
1
2
3
11 12