Integration jira and TestLink
Posted: Tue Jun 07, 2011 8:42 am
Hello everybody,
I have an problem and I hope someone can help me to solve it.
For our quality process we search an tool which can integrate with our current jira bug tracking system and so we found TestLink. We have try it and it looks fine but we have an problem with the integration from jira and testlink.
We have tried to connect testlink with jira on the basis of the description of the TestLink documentation but the described Button to enter direct an bug to the configured bug tracking system (in our casse jira 3.13) isn't shown after an failed test case.
At first we have assumed that we have configured something wrong. We have searched in the internet and here in the forum to find solutions for our problem. We have try many suggested solutions but nothing helped to solve our problem. The Button to enter the bug isn't shown.
We use TestLink 1.9 and jira 3.13.
As in the documentation described must this version work fine together.
Our jira.cfg.php configuration (IP-Adresses, username and passwords replaced by xxx)
<?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', 'xxx.xxx.xxx.xxx/mysql');
/** The name of the database that contains the jira tables */
define('BUG_TRACK_DB_NAME', 'jiradb');
/** The DB type being used by jira */
define('BUG_TRACK_DB_USER', 'xxx');
/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', 'xxx');
/** link of the web server for jira */
// define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
define('BUG_TRACK_HREF', "http://<IP-Adress from our jira server>/secure/Dashboard.jspa");
/** The DB type to use for connecting to the bugtracking db */
define('BUG_TRACK_DB_TYPE', 'mysql');
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"<IP-Adress from our jira server>/secure/CreateIssue!default.jspa");
?>
Our configuration config.inc.php
$g_interface_bugs = 'JIRA';
// do not change this
$g_bugInterfaceOn = false;
$g_bugInterface = null;
I hope someone can help to solve this problem.
Best regards
Kai
I have an problem and I hope someone can help me to solve it.
For our quality process we search an tool which can integrate with our current jira bug tracking system and so we found TestLink. We have try it and it looks fine but we have an problem with the integration from jira and testlink.
We have tried to connect testlink with jira on the basis of the description of the TestLink documentation but the described Button to enter direct an bug to the configured bug tracking system (in our casse jira 3.13) isn't shown after an failed test case.
At first we have assumed that we have configured something wrong. We have searched in the internet and here in the forum to find solutions for our problem. We have try many suggested solutions but nothing helped to solve our problem. The Button to enter the bug isn't shown.
We use TestLink 1.9 and jira 3.13.
As in the documentation described must this version work fine together.
Our jira.cfg.php configuration (IP-Adresses, username and passwords replaced by xxx)
<?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', 'xxx.xxx.xxx.xxx/mysql');
/** The name of the database that contains the jira tables */
define('BUG_TRACK_DB_NAME', 'jiradb');
/** The DB type being used by jira */
define('BUG_TRACK_DB_USER', 'xxx');
/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', 'xxx');
/** link of the web server for jira */
// define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
define('BUG_TRACK_HREF', "http://<IP-Adress from our jira server>/secure/Dashboard.jspa");
/** The DB type to use for connecting to the bugtracking db */
define('BUG_TRACK_DB_TYPE', 'mysql');
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"<IP-Adress from our jira server>/secure/CreateIssue!default.jspa");
?>
Our configuration config.inc.php
$g_interface_bugs = 'JIRA';
// do not change this
$g_bugInterfaceOn = false;
$g_bugInterface = null;
I hope someone can help to solve this problem.
Best regards
Kai