testlink与jira整合方法

第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  (可以到Mysql管理页面的User表去查看)

/** 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的相关页面。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值