[jbosstools-issues] [JBoss JIRA] (JBIDE-21363) create bugzilla importer for JIRA

Nick Boldt (JIRA) issues at jboss.org
Thu Dec 17 16:12:00 EST 2015


     [ https://issues.jboss.org/browse/JBIDE-21363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-21363:
-------------------------------
    Description: 
Looking to create some kind of jiralint-like scraper tool to facilitate JIRA-like scrum/dashboard tracking of upstream projects, not located in JBoss JIRA.

This scraper would:

* [REQ1] find all bugzillas associated with a particular query, such as  https://bugs.eclipse.org/bugs/buglist.cgi?status_whiteboard=RHT (18 issues)
* [REQ2] generate a JIRA for each one found (no dupes should be created)
* [REQ3] scrape several fields: product, component, version, target milestone, comment #0, summary, bug #
* [REQ4] need a mapping table for Eclipse-prod:proj:component:fixversion-or-target-milestone to Neon milestone so we can set default values for affectsversion/fixversion/targetrelease in created JIRAs. 
* [REQ5] need a mapping table for Eclipse-prod:proj:component to ERT:component, eg., WTP:JSDT -> javascript
* [REQ6] created test issues here: https://issues.stage.jboss.org/browse/ERT
* [REQ7] run as a Jenkins job every 3 hours

Generated JIRA example:
{code}
title: (scraped from summary) Support for smart Import Mechanism [Eclipse BZ 464535] 
issue link: (scraped from BZ ID#) https://bugs.eclipse.org/464535
description: (scraped from BZ comment #0)
affectsversion: (scraped from BZ version 1.6.0)
fixversion: (scraped from BZ target milestone ---)
component: (scraped from product:component = m2e:ui)
labels: RHT, ERT
{code}



  was:
Looking to create some kind of jiralint-like scraper tool to facilitate JIRA-like scrum/dashboard tracking of upstream projects, not located in JBoss JIRA.

This scraper would:

* [REQ1] find all bugzillas associated with a particular query, such as  https://bugs.eclipse.org/bugs/buglist.cgi?status_whiteboard=RHT (18 issues)
* [REQ2] generate a JIRA for each one found (no dupes should be created)

Example:
{code}
title: Support for smart Import Mechanism [EBZ#464535]
issue link: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464535
{code}

* [REQ3] Data to be scraped from bugzilla includes:

* comment #0 -> description
* fixversion, target milestone
* product, project, component

* [REQ4] Will also need a mapping table for Eclipse-prod:proj:component:fixversion-or-target-milestone to Neon milestone so we can set default values for affectsversion/fixversion/targetrelease in created JIRAs. 

Issues should be created (for testing purposes) here:

https://issues.stage.jboss.org/browse/ERT



> create bugzilla importer for JIRA
> ---------------------------------
>
>                 Key: JBIDE-21363
>                 URL: https://issues.jboss.org/browse/JBIDE-21363
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 4.3.1.Beta1, 4.4.0.Alpha1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>
> Looking to create some kind of jiralint-like scraper tool to facilitate JIRA-like scrum/dashboard tracking of upstream projects, not located in JBoss JIRA.
> This scraper would:
> * [REQ1] find all bugzillas associated with a particular query, such as  https://bugs.eclipse.org/bugs/buglist.cgi?status_whiteboard=RHT (18 issues)
> * [REQ2] generate a JIRA for each one found (no dupes should be created)
> * [REQ3] scrape several fields: product, component, version, target milestone, comment #0, summary, bug #
> * [REQ4] need a mapping table for Eclipse-prod:proj:component:fixversion-or-target-milestone to Neon milestone so we can set default values for affectsversion/fixversion/targetrelease in created JIRAs. 
> * [REQ5] need a mapping table for Eclipse-prod:proj:component to ERT:component, eg., WTP:JSDT -> javascript
> * [REQ6] created test issues here: https://issues.stage.jboss.org/browse/ERT
> * [REQ7] run as a Jenkins job every 3 hours
> Generated JIRA example:
> {code}
> title: (scraped from summary) Support for smart Import Mechanism [Eclipse BZ 464535] 
> issue link: (scraped from BZ ID#) https://bugs.eclipse.org/464535
> description: (scraped from BZ comment #0)
> affectsversion: (scraped from BZ version 1.6.0)
> fixversion: (scraped from BZ target milestone ---)
> component: (scraped from product:component = m2e:ui)
> labels: RHT, ERT
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list