Integration of TestLink 1.9 (Prague) with JIRA 4.2
Posted: Thu Dec 23, 2010 1:39 pm
I'm currenty having problems attempting to integrate TetsLink with JIRA.
I've made the releveant ammendments to config.inc.php
$g_interface_bugs = 'JIRA';
and also to jira.cfg.php
//Set the bug tracking system Interface to JIRA v4.2.1
/** The DB host to use when connecting to the JIRA db */
define('BUG_TRACK_DB_HOST', 'localhost:8080');
/** 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', 'root');
/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', 'mysqlroot');
/** link of the web server for jira */
// define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
/** The DB type to use for connecting to the bugtracking db */
//define('BUG_TRACK_DB_TYPE', 'mysql');
define('BUG_TRACK_DB_TYPE', 'mysql');
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost:8080/secure/CreateIssue!default.jspa");
It may be that I'm just missing something really simple, but if anyone has experienced similar problems then any help would be appreciated
I've made the releveant ammendments to config.inc.php
$g_interface_bugs = 'JIRA';
and also to jira.cfg.php
//Set the bug tracking system Interface to JIRA v4.2.1
/** The DB host to use when connecting to the JIRA db */
define('BUG_TRACK_DB_HOST', 'localhost:8080');
/** 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', 'root');
/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', 'mysqlroot');
/** link of the web server for jira */
// define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
define('BUG_TRACK_HREF', "http://localhost:8080/secure/Dashboard.jspa");
/** The DB type to use for connecting to the bugtracking db */
//define('BUG_TRACK_DB_TYPE', 'mysql');
define('BUG_TRACK_DB_TYPE', 'mysql');
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost:8080/secure/CreateIssue!default.jspa");
It may be that I'm just missing something really simple, but if anyone has experienced similar problems then any help would be appreciated