What is fbapi4j?

The FogBugz API for Java is an open source library that allows Java developers to easily write applications that interact with the FogBugz XML API. Its primary purpose is to allow Java developers to programmatically file bugs with FogBugz when their software crashes.

How Do I Use fbapi4j?

Please refer to the quick start guide.

Does fbapi4j Use BugzScout?

No. fbapi4j connects to FogBugz via the FogBugz XML API. BugzScout was the original API for programmatically submitting cases to FogBugz. Although BugzScout still works (at the time of writing), it has largely been made obsolete by the XML API, which is more powerful. (For example, the XML API allows you to attach files to cases, which BugzScout did not.)

Who Develops and Maintains This?

fbapi4j was developed by Nathan Bowser, Joe Gallo, and Michael Righi with Field Expert, Inc. New contributors are welcome to join the effort, so please contact us if you are interested.

Are you Affiliated with Fog Creek Software?

No, we are not affiliated with Fog Creek Software, other than being happy customers of their excellent bug tracking and project management tool.

What License is this Code Available Under?

fbapi4j is available under the MIT X-11 License. Here, show this to your barrister:

Copyright (c) 2010 Field Expert, Inc.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

I Think I Found a Bug in fbapi4j. How Should I Notify You of the Problem?

Please submit the bug on our bug submission page. We're eager to improve this library based on your feedback.