I have changed the following setting in config.inc.php
Code: Select all
$g_interface_bugs='TRAC';
Code: Select all
define('BUG_TRACK_DB_HOST', 'http://server/tracs/psql-test/');
When i am in the execute screen in testlink and click the ad bug icon, it shows me the pop up window to add the bug id. I do so and click add bug, but i get the error "Bug ID does not exist on BTS!".
Also, on a side note, I have noticed that on the add bug window that appears, if you click the "Access to Bug Tracking System (Trac)" link before you click add it will take you to testlink, but if you click it after it will take you to trac. It seems to me that it should always take you to the bug tracking system.
Furthermore, the link it takes me to in trac cannot be found.
It sends me to: http://server/tracs/psql-test/Task/ticket
Yet the actual link needed to add a new bug is:
http://server/tracs/psql-test/newticket
I am running trac version 0.10.4.
can anyone help?