Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
64 views

Recommendations for automatically logging unexpected errors/stack traces to bug tracker

We have been looking at automatically logging all unexpected client errors to our bug tracker. For reference our application is written in Java/GWT/Guice/Hibernate/Jetty and our bug tracker is the ...
2
votes
1answer
27 views

FogBugz API - Change OrderBy direction

I'm getting a list of cases fro the FogBugz API and the OrderBy clause is 'case'. This is getting the first X items I request, where I want to get the last X items. How can I change the direction of ...
1
vote
0answers
33 views

Fogbugz API :: Searching on a custom field

My version of Fogbugz is v8 and I'm trying to use the API to refine results by a custom field that i've created, so far i've got the following: ...
0
votes
1answer
33 views

WebClient, doesn't send parameters

I try to get the token from my fogbugz website, folowing : http://fogbugz.stackexchange.com/fogbugz-xml-api I have : using (var wb = new WebClient()) { var data = new ...
0
votes
1answer
32 views

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 ...
0
votes
1answer
71 views

FogBugz + Way to access Last Updated Time on Any XML Record

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 ...
0
votes
0answers
21 views

Fogbugz API escaping unsafe characters, escaping ampersand

I'm developing a program with the FogBugz API and I've run into a problem with the API and the fact that it uses the Ampersand & character. My normal practice is to use html entities for unsafe ...
0
votes
1answer
23 views

Are Groups as referred to in the Fogbugz Web UI the same as Discussion Groups as referred to in the FogBugz-API?

Are Groups as referred to in the Fogbugz Web UI the same as Discussion Groups (CTRL+F "Discussion Groups") as referred to in the FogBugz-API?
0
votes
1answer
61 views

Fogbugz Module for DotNetNuke?

Is there a Fogbugz Module for DotNetNuke? I googled it and couldn't find one.
0
votes
1answer
125 views

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 ...
0
votes
1answer
63 views

How to add a custom field to the Project administration page using the FogBugz plugin API?

I'd like to add a custom field to Projects in FogBugz and have that field show up in the project administration page. This way, when a user creates a new project, or edits an old one, the field can ...