|
Project Information
Featured
Downloads
Links
|
AboutFirst of all: this is not a Django based issue tracking system. It is a pluggable django application to synchronize various issue tracking systems into one Django application. The idea behind this project started with an internal web based time tracking software I wrote for our company. We needed a mechanism to synchronize Trac issues automatically, and provide an autocompletion feature for issue based time bookings. As issue data is always based upon more or less similar tables and information, I thought about building a separate application, that can easily be plugged into a Django based web application to aggregate different issue tracking systems into one database. Development stateThis project is far away from being complete. It is currently only supporting a handful of issue trackers and has not been tested against massive issue data. ThanksAndi Albrecht wrote the first Trac methods, which are the base for the synchronisation plugin used in django-issue-synchronisation. Features
Supported issue trackers
Note: Decentralized issue trackers are restriced to one location/URL. They don't work with local instances and will be hard coded against their URLs. Checkoutgit clone git://github.com/hkage/django-issue-synchronisation.git |