Description of problem: eclipse-bugzilla does not properly parse the product/component/version/milestone tuples from eclipse.org. Eclipse.org has modified their bugzilla installation to include a "Classification" field which breaks our screen scraping (XML-RPC would be nice right about now ;) Version-Release number of selected component (if applicable): eclipse-bugzilla-0.1.2 How reproducible: always Steps to Reproduce: 1. add bugs.eclipse.org/bugs 2. check the associations of products <-> components We can put a band aid on this particular situation but we can't expect to hanlde every type of modified bugzilla installation. The long term solution is a bugzilla XML-RPC.
Classifications are a new feature of 2.20 so it's not only eclipse.org that will be broken. (It is disabled by default on 2.20 installations I think, but can be enabled).
Fixed parser to ignore classification info so Product/cmpt/vers/ms tuples are now parsed properly. Support for classifications in the UI is on the roadmap.