TestLink和JIRA结合问题
我按说明将config.inc.php中的TL_INTERFACE_BUGS值修改成JIRA,然后修改jira.cfg.php文件,我不知道我的jira.cfg.php文件修改是否有误?因为启动后老报错,且testlink进不去启动的报错信息:
Warning: mysql_connect(): Unknown MySQL Server Host '\testsvr1' (11001) in c:\program files\easyphp1-8\www\testlink\lib\bugtracking\int_bugtracking.php on line 90
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\program files\easyphp1-8\www\testlink\lib\bugtracking\int_bugtracking.php:90) in c:\program files\easyphp1-8\www\testlink\login.php on line 35
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\easyphp1-8\www\testlink\lib\bugtracking\int_bugtracking.php:90) in c:\program files\easyphp1-8\www\testlink\login.php on line 35
jira.cfg.php设置:
//Set the bug tracking system Interface to JIRA 3.1.1
/** The DB host to use when connecting to the JIRA db */
define('BUG_TRACK_DB_HOST', '\\testsvr1');
/** The name of the database that contains the jira tables */
define('BUG_TRACK_DB_NAME', 'hyplatjiradb');
/** The DB type being used by jira */
define('BUG_TRACK_DB_USER', 'hyplatadmin');
/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', 'jirahyplatadmin');
/* link of the web server for jira*/
define('BUG_TRACK_HREF', "http://testsvr1:8080/secure/Dashboard.jspa");
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"<to be configured>");
我试试看
一定要jira3.1.1吗?可以到jira中文论坛上问问:
http://www.czsm.cn.cn/bbs/
JIRA Online Demo:
http://www.czsm.com.cn:8080/jira/ 应该不需要指定是3.1.1这个版本,只要比3.1.1高就可以
我安装说明修改配置
将testlink和jira连起来.只是不知如何使用啊? 你结合成功了?我前一段时间只能做到在testlink中访问jira,但无法到让用例对应到具体的jira问题中 define('BUG_TRACK_DB_HOST', '\\testsvr1');--这个写主机名就OK ,或者直接写IP你的\\testsvr1是啥? 真心看不懂啊 我也跟你一样修改了两个文件,但是没看到那个小虫子
页:
[1]