Following your guidelines i successfully integrated the two systems,
except one thing, namely the URL which is used to open new issues in Redmine
Code: Select all
define('BUG_TRACK_ENTER_BUG_HREF',"https://localhost/redmine/projects/[PROJECT_NAME_GOES_HERE_SOMEHOW]/issues/new");
so i'd need the Test Project's name (not the id or the prefix!) injected into the URL above. Of course you have to choose the same name for your Testlink and Redmine project in this case, but it's not an issue.
So, any idea how to insert the name? I bet it's not more than two lines of PHP code, but i'm not a PHP nor TestLink expert,
Thanks for your help in advance,
Cheers,
Janos