TestLink - Integration with Bugzilla/Rdmine

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
eldadc
TestLink user
Posts: 12
Joined: Thu Nov 28, 2013 6:53 am

TestLink - Integration with Bugzilla/Rdmine

Post by eldadc »

Hi All,

I have issues integration with Bugzilla and Redmine. I'm always getting an error about the integration issue. The site gives an error message that it was unable to connect to the bug tracker system.
I'm using the latest builds will products. 1.9.9 - Bugzilla 4.4.1 Redmine 2.3.4.
I have configured via the bug tracker gui configuration exactly but still having issues.
Please kindly assist me.
Thanks
gianmaria
Advanced user
Posts: 54
Joined: Sat Dec 15, 2012 7:40 am
Location: Pavia, Italy
Contact:

Re: TestLink - Integration with Bugzilla/Rdmine

Post by gianmaria »

Hi,
I'm using Bugzilla 4.4.1 with TL 1.9.9
Under my Issue Tracker Management area I have:

<!-- Template bugzilladbInterface -->
<issuetracker>
<dbhost>localhost</dbhost>
<dbname>bugs</dbname>
<dbschema>bugs</dbschema>
<dbtype>mysql</dbtype>
<dbuser>XXXXXXXXx</dbuser>
<dbpassword>XXXXXXXXXx</dbpassword>
<uricreate>http://XXXXXXXXx</uricreate>
<uriview>http://XXXXXXXXXX </uriview>
</issuetracker>

Bugzilla and TL are on the same host.
I hope it can help you.
Cloud solutions, https://onemediahub.com/
eldadc
TestLink user
Posts: 12
Joined: Thu Nov 28, 2013 6:53 am

Re: TestLink - Integration with Bugzilla/Rdmine

Post by eldadc »

Hi,

I did the same settings exactly .
any suggestions or ideas.

Thanks
gianmaria
Advanced user
Posts: 54
Joined: Sat Dec 15, 2012 7:40 am
Location: Pavia, Italy
Contact:

Re: TestLink - Integration with Bugzilla/Rdmine

Post by gianmaria »

eldadc wrote:Hi,

I did the same settings exactly .
any suggestions or ideas.

Thanks
Maybe you can post your error.
You can search on TL logs or apache logs.
Cloud solutions, https://onemediahub.com/
eldadc
TestLink user
Posts: 12
Joined: Thu Nov 28, 2013 6:53 am

Re: TestLink - Integration with Bugzilla/Rdmine

Post by eldadc »

<!-- Template bugzilladbInterface -->
<issuetracker>
<dbhost>127.0.0.1</dbhost>
<dbname>bugzilla</dbname>
<dbschema>bugzilla<</dbschema>
<dbtype>mysql</dbtype>
<dbuser>root</dbuser>
<dbpassword>root</dbpassword>
<uricreate>http://127.0.0.1/bugzilla-4.4.1/</uricreate>
<uriview>http://127.0.0.1/bugzilla-4.4.1/show_bu ... =</uriview>
</issuetracker>

This is my settings simple, all system on the same server.
I tried to look at the logs and did find anything special , Can you please tell where are testlink logs located.

Thanks
TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Re: TestLink - Integration with Bugzilla/Rdmine

Post by TurboPT »

I see a double << on the closing 'dbschema' tag, shown in red below:
eldadc wrote: <!-- Template bugzilladbInterface -->
<issuetracker>
<dbhost>127.0.0.1</dbhost>
<dbname>bugzilla</dbname>
<dbschema>bugzilla<</dbschema>
<dbtype>mysql</dbtype>
<dbuser>root</dbuser>
<dbpassword>root</dbpassword>
<uricreate>http://127.0.0.1/bugzilla-4.4.1/</uricreate>
<uriview>http://127.0.0.1/bugzilla-4.4.1/show_bu ... =</uriview>
</issuetracker>
Thanks
Correct that and see if it helps.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: TestLink - Integration with Bugzilla/Rdmine

Post by fman »

New feature - http://mantis.testlink.org/view.php?id=6071
hope this can help to reduce this kind of errors in future
eldadc
TestLink user
Posts: 12
Joined: Thu Nov 28, 2013 6:53 am

Re: TestLink - Integration with Bugzilla/Rdmine

Post by eldadc »

OK the sign > did the thing , Bugzilla is working, well the integration is very poor , I have to go inside Bugzilla and open a bug and then associated it to the test case.

Now Redmine , same issue, I did exactly as it say in the document:

<!-- Template redminerestInterface -->
<issuetracker>
<apikey>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</apikey>
<uribase>http://192.168.18.138</uribase>
<uriview>http://192.168.18.138/issues</uriview> <!-- for Redmine 1.x add show/ -->
<!-- Project Identifier is NEEDED ONLY if you want to create issues from TL -->
<projectidentifier>svn-helloworld</projectidentifier>
<!-- Configure This if you need to provide other attributes -->
<!-- <attributes><targetversion>10100<targetversion></attributes> -->
<!-- Configure This if you want NON STANDARD BEHAIVOUR for considered issue resolved -->
<resolvedstatus>
<status><code>3</code><verbose>Resolved</verbose></status>
<status><code>5</code><verbose>Closed</verbose></status>
</resolvedstatus>
</issuetracker>
Post Reply