Jira与Testlink整合方法

发表于:2015-9-23 10:36

字体: | 上一篇 | 下一篇 | 我要投稿

 作者:dang84    来源:51Testing软件测试网采编

  第1步:修改testlink中的 jira.cfg.php文件
<?php
/**
* TestLink Open Source Project - http://testlink.sourceforge.net/
* $Id: jira.cfg.php,v 1.0 2005/10/25 17:40:56
*
*
* 20051229 - scs - added DEFINE for the DB-Type
*/
// Contributed by  jbarchibald@gmail.com
//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', 'localhost');-----------host ip
/** The name of the database that contains the jira tables */
define('BUG_TRACK_DB_NAME', 'jiradb');----------JIRA database
/** The DB type being used by jira */
define('BUG_TRACK_DB_USER', 'root');-------------Mysql  username
/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', '071200');---------Mysql password
/** link of the web server for jira */
// define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
define('BUG_TRACK_HREF', "http://localhost:8080/browse/"); -----------ok,just so
/** The DB type to use for connecting to the bugtracking db */
define('BUG_TRACK_DB_TYPE', 'mysql');------------------------------database type
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost:8080/browse/");-----------ok,just so
?>
  第2步:修改 config.inc.php文件;
// ----------------------------------------------------------------------------
/* [Bug Tracking systems] */
/**
* TestLink collaborates with bug tracking systems to check if displayed bugs resolved,
* verified, and closed reports.
*
* Note: Use this option to check if a bug interface is enabled, if so every
* page using bug tracking MUST include int_bugtracking.php to make the
* connection. The variable bugInterfaceOn is only set when a connection is made
*
* @var string $g_interface_bugs = [
* 'NO'        : no bug tracking system integration (DEFAULT)
* '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
* 'JIRASOAP'  : edit configuration in TL_ABS_PATH/cfg/jira.cfg.php
* 'TRACKPLUS' : edit configuration in TL_ABS_PATH/cfg/trackplus.cfg.php
* 'EVENTUM'   : edit configuration in TL_ABS_PATH/cfg/eventum.cfg.php
* 'SEAPINE'   : edit configuration in TL_ABS_PATH/cfg/seapine.cfg.php
* 'GFORGE'    : edit configuration in TL_ABS_PATH/cfg/gforge.cfg.php
* 'FOGBUGZ'   : edit configuration in TL_ABS_PATH/cfg/fogbugz.cfg.php
* 'YOUTRACK' : edit configuration in TL_ABS_PATH/cfg/youtrack.cfg.php
* ]
*/
$g_interface_bugs = 'JIRA';--------------------------修改为JIRA
// do not change this
$g_bugInterfaceOn = false;
$g_bugInterface = null;
  第3步:执行测试用例后 ,测试用例未通过,会在同行中出现一只小虫子,点击小虫子 ;
  第4步:到jira系统中提交问题,复制问题编号;
  第5步:粘贴编号,进行关联。
  第6步:显示被关联的问题,点击可进入jira的相关页面。
《2023软件测试行业现状调查报告》独家发布~

关注51Testing

联系我们

快捷面板 站点地图 联系我们 广告服务 关于我们 站长统计 发展历程

法律顾问:上海兰迪律师事务所 项棋律师
版权所有 上海博为峰软件技术股份有限公司 Copyright©51testing.com 2003-2024
投诉及意见反馈:webmaster@51testing.com; 业务联系:service@51testing.com 021-64471599-8017

沪ICP备05003035号

沪公网安备 31010102002173号