Trying to integrate redmine with testlink

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
oariasr
TestLink user
Posts: 1
Joined: Sun Jan 08, 2017 1:59 pm

Trying to integrate redmine with testlink

Post by oariasr »

Good morning everyone

I'm trying to integrate a test project created in testlink to use the bug tracker management and link the bugs to a project created in redmine, the problem i currrently have is that i can't find an user manual or a guide that describes the procedure step by step.

Can someone help me describing the steps that i have to follow to realize this procedure, the guides that i have find searching in the web are not clear for the version that im currently using

testlink version 1.9.13
redmine version 3.3.0 (stable)

Thanks for your attention
shumberg
TestLink user
Posts: 2
Joined: Sun Nov 19, 2017 5:32 pm

Re: Trying to integrate redmine with testlink

Post by shumberg »

Hi everyone !

I'm looking for a guide myself on how to integrate testlink with redmine. Anybody has a hint for us ?

@OP: Did u manage to integrate the two ? Could u find a guide ?

Regards
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Trying to integrate redmine with testlink

Post by fman »

Give a look to file examples present in
[INSTALL DIR]lib/issuetrackerintegration/code_testing/redmine
gunder19
TestLink user
Posts: 2
Joined: Fri Mar 02, 2018 6:58 pm

Re: Trying to integrate redmine with testlink

Post by gunder19 »

Create issue feedback
Create REDMINE Ticket FAILURE => redmine::_requesturl:http://iredmine.ingenico.com/ - response:{"url":"http:\/\/iredmine.ingenico.com\/\/issues.xml","content_type":"application\/xml; charset=utf-8","http_code":422,"header_size":387,"request_size":550,"filetime":-1,"ssl_verify_result":0,"redirect_count":0,"total_time":0.031,"namelookup_time":1.0e-6,"connect_time":1.0e-6,"pretransfer_time":1.0e-6,"size_upload":298,"size_download":146,"speed_download":146,"speed_upload":298,"download_content_length":-1,"upload_content_length":298,"starttransfer_time":0.031,"redirect_time":0,"redirect_url":"","primary_ip":"10.18.2.248","certinfo":[],"primary_port":80,"local_ip":"10.18.6.61","local_port":53576} - content: "Assignee cannot be blank<\/error>Due date cannot be blank<\/error><\/errors>" - serialized issue:N;

I have unable to do that event.

<issue>
<custom_fields type="array">
<custom_field name="Assignee" id="issue_assigned_to_id">
<value>414</value>
</custom_field>
<custom_field name="Due Date" id="issue_due_date">
<value>06/06/2018</value>
</custom_field>
</custom_fields>
</issue>

<issue>
<field name="Assignee">
<value>414</value>
</field>
<field name="Due Date">
<value>06/06/2018</value>
</field>
</issue>

Any help to success this process ?
Post Reply