integrate jira with TL

The release related discussions, plans and questions.
Locked
liumiao123456
TestLink user
Posts: 8
Joined: Wed Apr 25, 2007 5:14 am

integrate jira with TL

Post by liumiao123456 »

I want to integrate jira with TL.So I modify testlink\cfg,jira.cfg.php.the configuration content as follows:
define('BUG_TRACK_DB_HOST', '192.168.0.209');

/** 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', 'sa');

/** The DB password to use for connecting to the jira db */
define('BUG_TRACK_DB_PASS', '');

/** link of the web server for jira */
define('BUG_TRACK_HREF', "http://192.168.0.209:8989");

/** The DB type to use for connecting to the bugtracking db */
define('BUG_TRACK_DB_TYPE', 'sqlserver');

/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://192.168.0.209:8989>")

All information come from jira\conf\server.xml.
but I still can not see the interface
liumiao123456
TestLink user
Posts: 8
Joined: Wed Apr 25, 2007 5:14 am

Post by liumiao123456 »

and I have modified
define('TL_INTERFACE_BUGS', 'jira');
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

you need to execute a test to see link to BTS
liumiao123456
TestLink user
Posts: 8
Joined: Wed Apr 25, 2007 5:14 am

Post by liumiao123456 »

Yes,I have executed a test case,but still can not saw.maybe my jira.cfg.php is not correct.[/list]
Locked