Currently bugzilla don't list QT bug tracker in its list of external bug trackers. QT bug tracker is http://bugreports.qt.nokia.com Please add this so that bugs reported against qt can be linked to upstream bugs. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=528303
sent a request to eng systems to add the new external bugzilla to live bugzilla db: mysql> insert into external_bugzilla (url, description, full_url, is_bz) values ('http://bugreports.qt.nokia.com', 'Qt Bug Tracker', 'http://bugreports.qt.nokia.com/browse/QTBUG-%id%', 0); Regards, Noura
It has been added.