Bug 790271

Summary: Integrate Bugzilla
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: Web-UIAssignee: Matthew Casperson <mcaspers>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.xCC: cbredesen, topic-tool-list
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-15 21:34:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
A sample application for querying Bugzilla from Java none

Description Matthew Casperson 2012-02-14 05:22:56 UTC
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.

Comment 1 Matthew Casperson 2012-02-14 05:23:38 UTC
Created attachment 561744 [details]
A sample application for querying Bugzilla from Java

Comment 2 Matthew Casperson 2012-02-15 21:34:25 UTC
Done