Page 1 of 1

[SOLVED] TL 1.9.4 and Redmine integration

Posted: Fri Oct 26, 2012 1:31 pm
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?

Re: [SOLVED] TL 1.9.4 and Redmine integration

Posted: Fri Oct 26, 2012 2:19 pm
by fman
have you assigned the issuetracker to the test project ?

Re: [SOLVED] TL 1.9.4 and Redmine integration

Posted: Fri Oct 26, 2012 2:38 pm
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!