Hi,
I am new user for testlink and trying to integrate jira with testlink.
I am having the testlink and jira setup that runs on different servers. The jira works with oracle backend.
Placed the necessary entries, as mentioned below in jira.cfg.php and custom_config.inc.php file
In jira.cfg.php file
define('BUG_TRACK_DB_HOST', 'hostname');
define('BUG_TRACK_DB_NAME', 'dbname');
define('BUG_TRACK_DB_USER', 'dbusername');
define('BUG_TRACK_DB_PASS', 'dbpassword');
define('BUG_TRACK_DB_TYPE', 'ORACLE');
/** also tried this
define('BUG_TRACK_DB_TYPE', 'oci8'); */
/** link to the bugtracking system, for viewing bugs */
define('BUG_TRACK_HREF', "corresponding url");
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"corresponding url");
In custom_config.inc.php file
$g_interface_bugs='JIRA';
$g_bugInterfaceOn = TRUE;
$g_bugInterface = null;
if ($g_interface_bugs != 'NO')
require_once(TL_ABS_PATH . 'lib/bugtracking/int_jira.php');
No error was received when i open the testlink. But unable to see the bug tracking link for failure cases . Am i missing something.
I have been searching forum for this topic. But haven't get any good solution.
Has anyone successfully integrated TestLink with JIRA with an Oracle backend?
Please help me..
Thanks in advance.