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]
Mantis and testlink integartion
Moderators: Developer, Contributor
-
- Posts: 5
- Joined: 27 Dec 2010, 07:37
Re: Mantis and testlink integartion
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?
Have you actually created a user in Mantis named 'dummy' with viewer rights to all public projects?
Thomas Brooks
Mantis: 1.2.4
PHP: 5.3.1
SQL: MySQL 5.1.41
OS: Windows Server 2003 R2, Standard Edition, SP2
Mantis: 1.2.4
PHP: 5.3.1
SQL: MySQL 5.1.41
OS: Windows Server 2003 R2, Standard Edition, SP2
Re: Mantis and testlink integartion
Hi ranjini - did you solve this?
Could you talk me through it please?
Thanks
Simon
Could you talk me through it please?
Thanks
Simon