Bug 595335

Summary: Add qt bug tracker to external bug trackers
Product: [Community] Bugzilla Reporter: Praveen Arimbrathodiyil <parimbra>
Component: Bugzilla GeneralAssignee: Noura El hawary <nelhawar>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 3.4CC: llim, nelhawar
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-24 12:57:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Praveen Arimbrathodiyil 2010-05-24 12:02:07 UTC
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

Comment 1 Noura El hawary 2010-05-24 12:32:23 UTC
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

Comment 2 Noura El hawary 2010-05-24 12:57:08 UTC
It has been added.