On custom_config.inc.php, I added the line:
Code: Select all
$g_interface_bugs = 'TRAC';
Code: Select all
define('BUG_TRACK_DB_HOST', 'http://localhost:8000/trac');
define('BUG_TRACK_XMLRPC_HOST', 'http://user:pass@localhost');
$g_interface_bugs_project_name_mapping = array('TLProj' => 'TracProject');
[components]
tracrpc.* = enabled
And yet, I don't see an option in TL's Issue Tracker Management to even create the Issue Tracker for Trac. Help, please!
Thanks in advance.