[SOLVED] TL 1.9.4 and Redmine integration

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
jakkul
TestLink user
Posts: 2
Joined: Thu Oct 25, 2012 6:43 pm

[SOLVED] TL 1.9.4 and Redmine integration

Post by jakkul »

Hi!

I'm trying do enable bug tracking integration in the new TL 1.9.4.

The steps I've done are:

1. I have installed TL 1.9.4 and Redmine 1.4.4 - both on the same host with debian stable and postgresql, named kvmdeb2.
2. I have enabled REST web service in redmine Administration->Settings->Authentication
3. I have regenerated the API key in redmine (right panel on "my account")
4. I have created a project, test plan, build and a few test cases in TL
5. I have created an issue tracker under Issue Tracker Management in TL with following data:

Code: Select all

<issuetracker>
<apikey>--- the API key I got from redmine ---</apikey>
<uribase>http://kvmdeb2:3000/</uribase>
</issuetracker>

Code: Select all

type: redmine interface: rest
and nothing happens. When I fail a test case, I do not get the Bug icon in the execution list on the test case window.

Did I miss anything?
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: [SOLVED] TL 1.9.4 and Redmine integration

Post by fman »

have you assigned the issuetracker to the test project ?
jakkul
TestLink user
Posts: 2
Joined: Thu Oct 25, 2012 6:43 pm

Re: [SOLVED] TL 1.9.4 and Redmine integration

Post by jakkul »

I did not, thank you for the hint.

I just had to install php5-curl in debian, without it the page went blank with errors in apache log.

Now It works. THANKS!
Post Reply