Fogbugz integration

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
richinek
Advanced user
Posts: 19
Joined: Thu Jan 13, 2011 8:39 am

Fogbugz integration

Post by richinek »

Gyus, need some help. I just installed Testlink 1.9.5, added new issue tracker - Fogbugz:

Type: fogbugz (interface: rest)

<!-- Template fogbugzrestInterface -->
<issuetracker>
<username>myusername</username>
<password>mypass<password>
<uribase>http://fogbugz</uribase>
<project>myProjectName</project>
</issuetracker>


and assigned it to Test project (there is a flag - integration enabled). I suppose that's all I need to do, right?
(I read that the old config parameters $g_interface_bugs, $g_bugInterfaceOn, $g_bugInterface = null has been removed)

When I go to Test execution and try to execute some test I see:
"Attention Please:
Something is preventing connection to Bug Tracking System,
and is going to create performance issues.
Please contact your TestLink Administrator"

That's a nice message but where exactly I should look to resolve this issue? Or any suggestion how to solve this issue? Or are there any prerequisites for using the 'rest' api, e.g. some module installed?


Thanks for answer,
richi
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Fogbugz integration

Post by fman »

First suggestion is to avoid comments like '...is a nice message...' and use your time in a better way, may be checking TestLink event viewer in order to understand if there are some related messages.
Other useful thing is to give a look to the testlink installation and give a look to issuetracker* folders where some code to do tests have been provided.
Have you used the feature provided on screen to define issuetrackers to check connection ?
what about the column Env in same screen ?
Post Reply