BugKick is an open source bug tracking and task management application (source is hosted on GitHub) that is “light” in means of features (which i sometimes nice).

It is built with PHP-MySQL and allows teams to define projects, add tasks to them (which can be tagged with anything like “bug” or “feature request”) and assign to teammates.

BugKick

Discussions under each task is possible, status updates about each of them are delivered via e-mail and closed ones are not deleted but kept.

There is an API for integrating it into our own apps and a JavaScript snippet + a contact form helps users to submit bugs too.

Requirements: PHP, MySQL
Download: https://github.com/aaronmusopen/bugkick
0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

thirteen − 11 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

301 .htaccess Redirect

To prevent getting 404 File Not Found error (traffic coming from links, bookmarks and search engines) when URLs and paths on site have changed, use .htaccess 301 redirect.

Genghis – A Single File MongoDB Admin

In order to manage MongoDB databases easily, Genghis, a single-file, self-hosted and web-based solution is pretty handy. It can be installed either as a Ruby gem or as a standalone PHP script.