Page 1 of 1

Mantis and testlink integartion

Posted: 31 Dec 2010, 08:16
by ranjini
Hi
I'm new user to both mantis and testlink ... I've installed Mantis and testlink i'm trying to integrate both but its not happening.I didnt get any error nor any difference i could find in testlink.
Steps i followed:
I added these lines to mantis config_inc.php
1.
# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'dummy';

2.
I edited in these lines in testlink/conf/mantis.php

In testlink/cfg/mantis.cfg.php
/** The DB host to use when connecting to the mantis db */
define('BUG_TRACK_DB_HOST', 'localhost:8080');
/** The name of the database that contains the mantis tables */
define('BUG_TRACK_DB_NAME', 'bugtracker');
/** The DB type being used by mantis */
define('BUG_TRACK_DB_USER', 'root');
/** The DB password to use for connecting to the mantis db */
define('BUG_TRACK_DB_PASS', 'admin');
/** link to the bugtracking system, for viewing bugs */
define('BUG_TRACK_HREF', "http://localhost:8080/mantis/view.php?id=");
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost/mantis/");

3.
I pasted at the end of file in Custom_config.inc.php

// ----------------------------------------------------------------------------
/** [Bug Tracking systems] */
/**
* TestLink uses bugtracking systems to check if displayed bugs resolved, verified,
* and closed bugs. If they are it will strike through them
*
* NO : no bug tracking system integration
* BUGZILLA : edit configuration in TL_ABS_PATH/cfg/bugzilla.cfg.php
* MANTIS : edit configuration in TL_ABS_PATH/cfg/mantis.cfg.php
* JIRA : edit configuration in TL_ABS_PATH/cfg/jira.cfg.php
* TRACKPLUS : edit configuration in TL_ABS_PATH/cfg/trackplus.cfg.php
*/
$g_interface_bugs='MANTIS';


Please help me out with regards to this[issue][/issue]

Re: Mantis and testlink integartion

Posted: 05 Jan 2011, 10:03
by thomasbrooks
I think the question should be posted on Help discussion, but -
Have you actually created a user in Mantis named 'dummy' with viewer rights to all public projects?

Re: Mantis and testlink integartion

Posted: 12 Aug 2011, 15:01
by rorke
Hi ranjini - did you solve this?
Could you talk me through it please?
Thanks
Simon