fogbugz

Difficulty with BugzScout.net from behind a proxy.

I'm attempting to use Fogbugz's BugzScout in order to automatically submit unhanded application exceptions to my Fogbugz on demand Account. I've written up a wrapper class for it and everything appears to be just groovy - on my box. Testing the same code in the production environment, behind a Proxy that requires authentication, I have h...

Recommends bug tracking system

I work on a web site with only a few other programmers. We've been using Fogbugz for issue tracking, and while we like it, it is expensive, and isn't exactly suited to our needs--we'd really like the users of our web site to be able to access the bug lists, rather than submitting bugs blindly with no way of knowing whether an issue has ...

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 is this: Is there a way that I can get a list (via the API, of course) of all tickets a...

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

Hi, Other than logging into FogBugz and using it etc, what kind of integration points does it have? ...

How to break down sections in fogbugz, areas?

Hi, I have a web application I want to build, how should I manage all my tasks with fogbugz. If I want to list all the tasks I have on a page by page basis, should I use areas for that? I also want to break it down to modules, again I use areas? example: Users add user delete user assign permissions/roles to a user or if it do i...

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 seem to work for me at all. I never get the login dialog. ...

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 it, How to get the config for a app.config or web.config. etc. I have code This so far: ...

Is there a FogBugz plugin for Tortoise SVN to query issues on commit?

I want to be able to choose from a list of fogbugz issues when I commit from TSVN - rather than remember the issue number. Similar to gurtle and TracExplorer See the very bottom of this page: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html If not available, perhaps I will try to re-use the best of the co...

How to export wikis from FogBugz 6 to (almost) any other wiki (final destination: Confluence)?

We have a FogBugz 6 installation, with a good deal of wiki content in place. We're transitioning to use Atlassian products (JIRA and Confluence), so we'd like to get that wiki content into Confluence. How would you approach this? Unfortunately, FogBugz doesn't appear to provide any kind of wiki export functionality, and Confluence doe...

Does tortoiseSVN support multiple iBugTraqProviders for same user/machine?

The use case is that I use one development machine for different source trees. Assuming I am using SVN/TortoiseSVN for all repositories I may have different issue trackers (e.g. Trac and FogBugz). If I want to use the plugins for iBugTraqProvider - is that supported? I would hop that you could set the plugin based on the path/folder...

Fogbugz like dropdown menu

I am searching for a jquery plugin to get a fogbugz like dropdown menu so that you can type in the dropdown menu. This is what it should look like: http://dl.getdropbox.com/u/5910/Jing/2009-05-10_0937.swf ( the old video http://dl.getdropbox.com/u/5910/Jing/2009-05-10_0055.swf ) All the answers have been not giving me the typing part a...

FogBugz SVN integration like Trac does?

Does FogBugz integrate with SVN like Trac does? ...

FogBugz or Rally (or other)

I'm currently trying to decide on a bug tracking/project management system for a pretty small team of 2 developers, 1 QA, and 2 designers/product managers. Our team builds web-based software and we have two products, both of which are now complete, but are continuing to be developed on (additional features, refinements, etc). We need to...

Edit status(and other fields) in fogbugz list view

We're evaluating the 45 demo of fogbugz. Thus far I like it, but there are some obvious things I'm missing. What boggles me the most is how I can easely alter fields in the list view. I would like to open the detail screen as little as possible. It seems to be possible with the estimation column, why isn't it possible with all the other...

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

Pin fogbugz tab in visual studio

The fogbugz plugin for visual studio opens up a tab right next to your regular code tabs with in it the fogbugz window. Tiny bit lame if you ask me, but I can accept that. Is there a way however to make that tab pinned? So I cannot accidently close it and it will stay the first tab at all times? ...

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 adding a case to the project of the dll would autoamatically add this to the depending projec...

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 in the drop down be able to save the same way it would if they had typed it into the text ...

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 report is opened in the browser where the "note" field is populated with the text from the use...

Fogbugz API - formatting data submitted into the sEvent field

Hi, 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 call: http://fogbugz.somesite.com/api.asp?token=b99n6u07v8qrsoqq4710ukogff5u18&cmd=new&sTitle=www.somesite.com|/ajaxRTF.asp|Permission denied&ixP...