jira与testlink整合方法

本文介绍了如何将TestLink与JIRA进行整合,包括修改jira.cfg.php和config.inc.php文件,设置数据库连接参数,配置接口为JIRA,以及在测试用例中与JIRA问题关联的步骤。
摘要由CSDN通过智能技术生成

 

 

第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 *

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值