Jira with oracle and Testlink

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
anderson.martins
TestLink user
Posts: 5
Joined: Mon Mar 30, 2009 3:01 pm

Jira with oracle and Testlink

Post by anderson.martins »

Hi all, I need some help in order to connect the Bugs with Jira(Oracle), I have already installed PHP which is working properly with Oracle drivers and I also setup the testlink usual configurations like:

File: jira.cfg.php
define('BUG_TRACK_DB_HOST', 'devnt004.internal.suntech.com.br');
define('BUG_TRACK_DB_NAME', 'ORAJIRA.internal.suntech.com.br');
define('BUG_TRACK_DB_USER', 'xxxxx');
define('BUG_TRACK_DB_PASS', 'xxxxx');
define('BUG_TRACK_HREF', "http://devnt003.internal.suntech.com.br ... board.jspa");
define('BUG_TRACK_DB_TYPE', 'oracle');
define('BUG_TRACK_ENTER_BUG_HREF',"http://devnt003.internal.suntech.com.br ... fault.jspa");

File: config.inc.php
$g_interface_bugs = 'JIRA';

Once I made this, I used to have a blank screen when i tried to acess testlink.

My next step was to change the const.inc.php
adding in : require_once(TL_ABS_PATH . 'lib/bugtracking /int_bugtracking.php');

And know I get into the Testlink but I can't see anything with regards to the Bug Integration with Jira, event when i fail the case.

Jira: 3.10.2
MySql: 5.1.3
PHP: 5.2.9 (with oci 1.2.5)
TestLink: 1.8.0

Any help?

Thanks.
anderson.martins
TestLink user
Posts: 5
Joined: Mon Mar 30, 2009 3:01 pm

Error log

Post by anderson.martins »

Information from my log that can help:

loglevel WARNING
timestamp 04/06/2009 16:56:00
source GUI
Description E_NOTICE Undefined property: stdClass::$bugInterface - in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\testlink\lib\functions\common.php - Line 623
Locked