[SOLVED] TL 1.9.4 and Redmine integration
Posted: Fri Oct 26, 2012 1:31 pm
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:
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?
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
Did I miss anything?