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
1
vote
0 answers

Perforce 2008 Upgrade to 2012

I am facing this problem with Perforce version upgrade from 2008 to 2012. After upgrading Perforce server (p4d) the "Checkin" link on Fogbugz system (which lists all the code check-ins happened referring a particular Fogbugz issue number) is not…
Zinx
  • 2,291
  • 3
  • 28
  • 37
1
vote
1 answer

Implementing IPluginExtraMenus for FogBugz using VB.Net

We are attempting to create a FogBugz plugin & have started naturally with the Hello World example [Wiki 38]. We are using Visual Studio 2005 and VB.Net. However, whenever we add "Implements IPluginExtraMenus" to our class AND implement the…
1
vote
1 answer

Dynamically changed dropdowns are not refreshing. (Fogbugz)

I posted this on the fogbugz boards but I was hoping for a quicker response. The script below does what I want it to do except you need to change the ixproject field (Probably because my other projects do not uses subcategory) for the dropdowns to…
themaniac27
  • 1,109
  • 3
  • 15
  • 27
1
vote
2 answers

How do I replace a text box with a drop down populate by web service in fogbugz using greasemonkey script?

I want to replace the 'client' field text box in fogbugz when you edit a case to be a drop down instead populated from a separate web service that will keep the client options up to date in our fogbugz. Is this possible? Will the choice they select…
MetaGuru
  • 42,847
  • 67
  • 188
  • 294
0
votes
1 answer

Can't turn XML response into an simplexml object

I asked this question before but I got no answers. I'll try to narrow down the question. See this post What's wrong with this code: $url = "http://.../fogbugz/api.asp?cmd=logon&email=" . $_UN . "&password=" . $_PW; $resp = new…
micksp
  • 123
  • 2
  • 15
0
votes
2 answers

Cross project issues in fogbugz?

Is there a way in Fogbugz to track cross project cases? For example, we have a business logic dll that is used in both the winform client as the web client. There was a bug there that needed solving in this dll. Is there a way to make it so that…
Boris Callens
  • 90,659
  • 85
  • 207
  • 305
0
votes
2 answers

Fogbugz EBS: should I stop my clock when working on non-fogbugz tasks?

On my current project I mark down 80% of my time as spent on fogbugz tasks, and 20% on other things. What is the correct way for me to update the "working on" status? Should I switch it to "nothing" for the 20% of other activity, or is that taken…
Sideshow Bob
  • 4,566
  • 5
  • 42
  • 79
0
votes
1 answer

Having trouble getting Fogbugz API response into a SimpleXML object

I'm trying to write a wrapper around the fogbugz API, starting with getting a login token. I don's seem to be able to get the token into my wrapper object. $url = "http://..../fogbugz/api.asp?cmd=logon&email=" . $_UN . "&password=" . $_PW; $contents…
micksp
  • 123
  • 2
  • 15
0
votes
1 answer

Enterprise Library How to Implement a IExceptionHandler?

I have to implement a IExceptionHandler for the Enteprise Library 4.1. In my particular case I want to use it to log the exception to Fogbugz but the inner details is not what I am asking about. What I need is how to - best practicies - implement…
Jedi Master Spooky
  • 5,629
  • 13
  • 57
  • 86
0
votes
1 answer

sourcelinks and fogbugz

I just installed this: http://www.wholetomato.com/products/sourcelinks/FogBugzBundle.asp but I don;t seem to be getting any of the functionality in my msdev. I am using 2008 professional. Anyone have any experience with this tool? it does not…
Tim
  • 20,184
  • 24
  • 117
  • 214
0
votes
1 answer

When do you enter an estimate for a FogBugz case?

I like to use case estimates in FB, but am not sure what is the best practice for when to enter an estimate. Do I enter an estimate as soon as the case is assigned to me and I first view it? Or do I do some initial investigation first to determine…
PaulStock
  • 11,053
  • 9
  • 49
  • 52
0
votes
2 answers

Does FogzBugz have an API?

Does FogBugz offer a developer API for interacting with party applications? If so, where can I find documentation on it?
Moshe
  • 57,511
  • 78
  • 272
  • 425
0
votes
1 answer

Getting a list of tickets based on a particular project using Fogbugz API

I'm wanting to list all tickets of a certain project using the Fogbugz API. I have the FogBugz project ID and name, now im not too sure how to get the tickets for the project. I've looked on their API docs and unable to find this option, does…
phpNutt
  • 1,529
  • 7
  • 23
  • 40
0
votes
1 answer

Introducing Team Foundation Server into a FogBugz based team: Which features to use?

I currently work in a company that uses FogBugz for issue and bug tracking and SourceGear Vault for source control. We are now introducing Team Foundation Server. Clearly TFS will replace Vault for source control. My question is, with the following…
Mark Robinson
  • 13,128
  • 13
  • 63
  • 81
0
votes
1 answer

A way to access Last Updated Time on any XML record in FogBugz

In my application I am accessing FOGBUGZ API in the form of XML to retrieve data. It is running fine. But Issue is that, we ever it start, it takes pull of whole data from starting point. Here I searched a lot on Internet, but i could not find any…
Rubyist
  • 6,486
  • 10
  • 51
  • 86