Included in
BugzScout is included with every licensed (for-your-server) FogBugz installation is a file called scoutSubmit. In as well as FogBugz On Demand. The URL of this API is http://your.fogbugz.url/scoutSubmit.asp (for Windowspre-FogBugz 7 on Linux/Mac, it's an ASP file, in non-windows versions (before version 7.0scoutSubmit.php)it's a PHP file (in this article the file extension will simply be left off). This file URL is an entry point for automatic bug submissions. The way it works is that you create an HTTP post containing the values that it expects to receive, and post that directly to scoutSubmit on your web server. (If your web server is behind a firewall, remember to allow the scoutSubmit file to be seen by the public, but not the other ASP/PHP files on your FogBugz installation.)
If you have
For Licensed FogBugzfor Windows, included in your FogBugz/accessories folder there is a zipped folder called ScoutSample ScoutSample.zip which contains examples for the two methods of sending this HTTP post:. If you are using FogBugz On Demand, you can download the sample code here.
An HTML form that posts to scoutSubmit. Just open this in your browser and follow the directions on the form, it's easy to use. If you don't have it in your accessories folder, here's a link to it.
Included with Licensed FogBugzfor Windows, this is a simple VB project that shows you how to interact programatically with our free BugzScout ActiveX control (BugzScout.dll in the Accessories folder), which packages up the values for you and posts them via HTTP to scoutSubmit.asp. If you do not have the tools to open a VB project, you can click here to view some of the source code for the form - we stripped out the UI stuff and left in the parts that interact with the BugzScout control.
For more information on automatically collecting bugs from the field, see the 7.0 help doc for BugzScout (applies to FogBugz 8 as well).