Additional bug-tracking backends can be supported by Scmbug. Developers and system integrators of the following bug-tracking systems are strongly encouraged to contribute a bug-tracking integration backend:
Developing a backend requires:
Committing to support this backend in future releases of Scmbug.
Creating a new backend module named src/lib/product/Daemon/BackendName.pm.in. The Bugzilla backend src/lib/product/Daemon/Bugzilla.pm.in serves as a good example.
Updating src/lib/product/Daemon/Daemon.pm.in:read_configuration accordingly.
Updating the configuration management files configure.in and Makefile.in to autogenerate, and autocleanup the new backend.
Updating the install-server rule of Makefile.in to install the new backend from source.
Updating the documentation in doc/manual/content to reflect support for the new backend.