4

How do I create my own issue tracker integration with Testlink tool? I want to integrate Gitlab issues with Testlink.

Thanks.

krithika
  • 41
  • 1
  • 2
  • I created a gitlab rest Interface having "Redmine rest Interface" as example. Also, I could manage to get Gitlab in the Issuetrackers' drop down list in Testlink UI. When I try to create interface, it says "PHP Fatal error: Class 'gitlabrestInterface' not found in /var/www/html/testlink/lib/functions/tlIssueTracker.class.php on line 669, referer: http://localhost/testlink/lib/issuetrackers/issueTrackerView.php" – krithika Jul 05 '16 at 12:24
  • New to this, so not able to proceed. Your help would be appreciated. – krithika Jul 05 '16 at 12:27
  • Any answers ? In need of help! – krithika Jul 07 '16 at 04:47

1 Answers1

0

You need to provide the API key, gitlab URL, and project ID in gitlab-rest-api php file under class GitLab. Also, you need to provide this settings inside testlink tool & perform check connection.

SandPiper
  • 2,816
  • 5
  • 30
  • 52