Hide Forgot
Using the extended j2bugzilla library at https://sourceforge.net/projects/j2bugzillaext/, write a REST client service that is called by cron every hour or so that updates the bugzilla bugs that have been assigned to a topic. Database tables and REST methods will have to be created to hold the bugs assigned to a topic. The attached file is a proof of concept that uses the extended j2bugzilla library to query Bugzilla for a regular expression that is prepopulated by Skynet.
Created attachment 561744 [details] A sample application for querying Bugzilla from Java
Done