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
integrate jira with TL
-
- TestLink user
- Posts: 8
- Joined: Wed Apr 25, 2007 5:14 am
-
- TestLink user
- Posts: 8
- Joined: Wed Apr 25, 2007 5:14 am