Buggy Bug Tracker

Buggy is a ruby based bug tracking application built around a simple XML and RESTful API. It supports HTTP based reads, creation, closing, and annotation through the GET, POST, DELETE, and PUT verbs. The system uses a simple XML format for displaying data and the standard API has a very easy way to import and export bugs. It also allows for “social bug sharing”. The system is also easy to implement as a to-do list. Buggy is built to be accessed by API clients and not a web interface, although an AJAX based interface is planned for a future version. The first official clients will be a MatzBot plugin and a set of simple bash scripts for administration, until the full commandline client can be done.