[
https://issues.jboss.org/browse/JBIDE-22966?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-22966:
------------------------------------
Finally did the first chunk of this today, but it should be noted that PRIVATE bugzillas
which cannot be read w/o first logging in cannot be parsed. So did a proof of concept
using 3 Fedora issues.
{quote}
If you're logged in, you'll see 6 issues with the RHT whiteboard key [1].
3 of those are public (Fedora issues) so only 3 of 6 are being processed by the bzira
python script [2] & jenkins job [3]. The DevTools, Errata, and CSP issues I've
tagged w/ the RHT key are not (yet) being processed by the script as they're
non-public and required authenticated login, which is not currently a feature of the
bugzilla-to-JIRA scraper script.
[1]
https://bugzilla.redhat.com/buglist.cgi?chfieldfrom=2017-07-31%2006%3A53&...
[2]
https://github.com/jbosstools/jiralint/blob/master/bzira.py
[3]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
Here are the 3 RHBZ issues [4] as they appear in the newly created Eclipse Team agile
board [5], along with lots of EBZ issues and a couple of test DEVTOOLS issues.
[4]
https://issues.jboss.org/browse/RHBZ
[5]
https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=4243&view=p...
{quote}
So now the question is... do we need to handle private RHBZ issues too? [~maxandersen]
[~rpdavis] [~lufimtse] [~jeffmaury]
create bzira fork that supports scraping RH bugzilla
----------------------------------------------------
Key: JBIDE-22966
URL:
https://issues.jboss.org/browse/JBIDE-22966
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: build
Affects Versions: 4.4.1.AM3
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Minor
Fix For: 4.5.1.Final
Sample issue to scrape:
https://bugzilla.redhat.com/show_bug.cgi?id=1363849
More issues:
https://bugzilla.redhat.com/buglist.cgi?component=rh-eclipse46&list_i...
Target method:
* look for whiteboard = RHT (then filter by date since last change, as current bzira.py
[1] does)
Mappings:
* BZ Product = Red Hat Software Collections --> RHECLIPSE jira
* BZ component = rh-eclipse46 (maybe others in future, eg., eclipse-cdt, eclipse-docker)
--> same component in jira (python script will generate new components automatically)
* Version = rh-eclipse46 --> "rh-eclipse46" version in JIRA
* Target Milestone --> label in JIRA
* Target Release -> label in JIRA
[1]
https://github.com/maxandersen/jiralint/blob/master/bzira.py
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)