Hi,
I am trying to integrate Mantis with Testlink, but am having an issue. So far I have it so Testlink can access the Mantis Bug ID numbers, but the "Relevant bugs" section is blank. Essentially I am connecting to the database, but none of the bug info is coming over. I am running:
Mantis 1.2.2
Testlink 1.9.6
PHP 5.3.3
MySQL 5.0.95
Anonymous login is turned on. Using Mantis DB interface in Testlink (not SOAP). Linux.
Within Testlink the Mantis configuration is as follows:
<issuetracker>
<dbhost>HOSTNAME</dbhost>
<dbname>DB_NAME</dbname>
<dbtype>mysql</dbtype>
<dbuser>USERNAME</dbuser>
<dbpassword>USER_PASS</dbpassword>
<uriview>http://mantis.MY_URL.com/view.php?id=</uriview>
<uricreate>http://mantis.MY_URL.com/</uricreate>
</issuetracker>
I was wondering if anyone had an idea as to why the Relevant bugs field inside Testlink is empty. Please let me know if any additional info is needed.
Thanks.
Testlink integration issue with Relevant Bugs field
Moderators: Developer, Contributor
Re: Testlink integration issue with Relevant Bugs field
Did you ask also at the TestLink forum http://www.teamst.org/forum/ ?
-
BenM
Re: Testlink integration issue with Relevant Bugs field
I did, just want to see if anyone had any idea here as well.atrol wrote:Did you ask also at the TestLink forum http://www.teamst.org/forum/ ?
-
BenM
Re: Testlink integration issue with Relevant Bugs field
Fixed via Testlink forums. Here in case anyone else has the same issue: http://www.teamst.org/forum/viewtopic.p ... f8c2671df0