TL194 How to add my own new IssueTracker

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
vincent_morin
TestLink user
Posts: 6
Joined: Wed May 30, 2012 5:37 pm

TL194 How to add my own new IssueTracker

Post by vincent_morin »

Dear all,

I am migrating to TestLink 1.9.4. I understood issue tracking is now different and old configuration is obsolete.
I need to create a new issue tracking system that does not exist in TL.

I created my new class by example from bugzilla one:
testlink/lib/issuetrackerintegration/xxxxdbInterface.class.php

This did not appear in the list of the proposed issue tracker type.
So I found I had to insert an entry into the first table of:
testlink/lib/functions/tlIssueTracker.class.php

When I insert as a MAX+1'th element I got this error:
( ! ) Parse error: syntax error, unexpected '22' (T_LNUMBER), expecting variable (T_VARIABLE) in .../testlink/lib/functions/tlIssueTracker.class.php on line 54
When I insert as 200th element I got same error:
( ! ) Parse error: syntax error, unexpected '200' (T_LNUMBER), expecting variable (T_VARIABLE) in .../testlink/lib/functions/tlIssueTracker.class.php on line 54

I was only able to comment an existing one and reuse its number, and it work fine

That I does not understand, what I missed and what should I do?

Thanks for sharing
br, Vincent
Post Reply