Tagged Questions

2
votes
1answer
102 views

FogBugzPy for Python 3.x

FogBugzPy is now the officially suggested way to use the XML API. It works fine too, but is tied to python 2.7 line. The module itself is not hard to convert to 3.x but is uses th …
1
vote
2answers
167 views

How can I get the first event associated with a case using the xmlapi?

I would like to get the text of the first event associated with a particular case, is this possible using the xml api? For example a case might be opened and contain the initial d …
1
vote
2answers
231 views

How do I report crashes in my Python app to FogBugz?

I have an application written in Python and I'd like to redirect errors into FogBugz so I can better-manage bugs introduced in a given push. How do I do this?