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?
|
1
|
You can get Python sample code on the FogBugz Extras page under Developer Tools. Use it to create cases via the XML API, which has an option for making a case a BugzScout case. |
||||||
|
|
1
|
Here's how you do it by talking directly to the ScoutSubmit address.
Make sure to adjust the various fields to suit your setup. |
||
|
|