Test Link and Bugzilla - Configuration

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Test Link and Bugzilla - Configuration

Post by fman »

what is the help of saying ' ... testlink could be better... ? Zero.
If you think there are things that can be improved then use your time to add on mantis tickets good details (real requirements) of things to do.
manas
TestLink user
Posts: 3
Joined: Fri Jan 27, 2012 7:55 pm

Re: Test Link and Bugzilla - Configuration

Post by manas »

I have installed testlink 1.8.5. trying to integrate with bugzilla. both is instaled in different machines. I have done below changes in the bugzilla.cfg.php

//Set the bug tracking system Interface
/** DB host to use when connecting to the Bugzilla db */
define('BUG_TRACK_DB_HOST', '192.168.178.199');

/** name of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_NAME', 'bugs');

/** charset of the database that contains the Bugzilla tables */
define('BUG_TRACK_DB_CHARSET', 'utf8');

/** useful if you have several schemas see BUGID 1444*/
// define('BUG_TRACK_DB_SCHEMA', '[CONFIGURE_BUG_TRACK_DB_SCHEMA]');

/** DB type used for the bugtracking db */
define('BUG_TRACK_DB_TYPE','mysql');

/** DB user and password to use for connecting to the Bugzilla db */
define('BUG_TRACK_DB_USER', 'bugs');
define('BUG_TRACK_DB_PASS', 'bugs');



/** link of the web server */
define('BUG_TRACK_HREF', "http://192.168.178.199:82/show_bug.cgi?id=");

/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://192.168.178.999:82/");
?>

Included line $g_interface_bugs='BUGZILLA';
On custom_config.inc.php create line:

Still am not getting bug management icon in excute test cases. Please anyone could suggest solutions.
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Re: Test Link and Bugzilla - Configuration

Post by TurboPT »

manas wrote: ...
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://192.168.178.999:82/");
... Please anyone could suggest solutions.
Are you 100% sure about that last quad? [in red]

Anyway, you mentioned two different machines...

Does this mean that Bugzilla is on one machine, and TestLink is on the other? If so, then also see this post.

HTH
cthoong
TestLink user
Posts: 3
Joined: Tue Sep 16, 2008 4:00 am

Re: Test Link and Bugzilla - Configuration

Post by cthoong »

Hope the below information still usefull.

define('BUG_TRACK_DB_CHARSET', 'utf8');

<< utf8 should be "UTF-8".

$g_interface_bugs='BUGZILLA';

<< In my case Testlink v1.9.3, the above parameter is stored in "/var/www/html/testlink/config.inc.php", NOT "/var/www/html/testlink/custom_config.inc.php" as the link posted
http://www.teamst.org/_tldoc/1.7/tl-bts-howto.pdf

It works well and can see the bug icon.
ramesh_nistala
Advanced user
Posts: 18
Joined: Wed Jul 28, 2010 5:49 am
Contact:

Re: Test Link and Bugzilla - Configuration

Post by ramesh_nistala »

I have used the beta version of testlink. 1.9 beta-5, with xampp+Testlink+Bugzilla+Mantis Bundle, Here Test link & Bugzilla Integration worked fine.
Now today i installed testlink 1.9.7 successfully. But i am unable to integrate bugzilla & Test link.
I used the below configuration in the "Issue Tracker Management"
I selected the bugzilla(Interface:xmlrpc)

<issuetracker>
<username>admin</username>
<password>bugzilla</password>
<uribase>'http://localhost:8600/bugzilla-3.6</uribase>
</issuetracker>

But still i am unable to succeed.
Please help me, on how to configure.
Post Reply