Page 1 of 1

[SOLVED] 1.9.4: Jira(interface: db) example config required

Posted: Fri Sep 28, 2012 9:43 am
by ganesanvijay
Hello Everyone,
I am trying to integrate Jira(interface: db) with Testlink1.9.4. I could find example configuration for SOAP Interface but could not find anything for DB. It would be great if you could provide me an example configuration for the same. Thanks in advance

Regards
Vijay

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Fri Sep 28, 2012 1:52 pm
by fman
hmm, all available interfaces provide the example when configuring
If this does not work, just go to folder issuetrackerintegration open the corresponding class.php file and search for the XML config example

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Sun Sep 30, 2012 1:21 pm
by ganesanvijay
Hi,
Thanks for your reply. I did search in the folder issuetrackerintegration but could not find the corresponding class.php for DB interface. It contains only for JIRA SOAP.

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Sun Sep 30, 2012 6:33 pm
by GunnarD
fman wrote:hmm, all available interfaces provide the example when configuring
Not Jira db. :)

"Issue Traker interface jiradbInterface is not implemented/available"

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Mon Oct 01, 2012 11:39 am
by ganesanvijay
Hi,
Could you provide an example configuration for JiraSOAP interface. I did see in the corresponsing class.php but it would be great if you could provide me the exact example configuration.
Thanks

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Mon Oct 01, 2012 2:52 pm
by GunnarD
What happens when you click "Show configuration examples"?
<!-- Template jirasoapInterface -->
<issuetracker>
<username>JIRA LOGIN NAME</username>
<password>JIRA PASSWORD</password>
<uribase>http://testlink.atlassian.net/</uribase>
<uriwsdl>http://testlink.atlassian.net/rpc/soap/ ... l</uriwsdl>
<uriview>testlink.atlassian.net/browse/</uriview>
<uricreate>testlink.atlassian.net/secure/CreateIssue!default.jspa</uricreate>
</issuetracker>

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Mon Oct 01, 2012 3:33 pm
by ganesanvijay
Thankyou so much. Clicking on Show configuration examples does nothing.

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Mon Oct 01, 2012 3:59 pm
by ganesanvijay
I tried the config but the link to Jira is not created in the Test Execution.

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Mon Oct 01, 2012 8:57 pm
by fman
1. upgrade your tl installation with latest fixes => go to mantis
2. the standard 'this does not work' is absolutely useless, you are not provided detailed steps to reproduce.
on 1.9.4 we have implemented Bug Tracker integrations ON TEST PROJECT BASIS => you need to configure each test project to use on issue traker AFTER you have created the issue tracker config.

Re: 1.9.4: Jira(interface: db) example configuration require

Posted: Tue Oct 02, 2012 8:55 am
by ganesanvijay
Hello,
I am very sorry for my blunt mail. It was my mistake that I did not configure it for each project. Once I did , it works fine. Thank you very much.

Steps to configure (May be useful for someone):
Jira(interface: SOAP)

1. Go to Test project --> Issue Tracker Management

2. Provide a Isuue tracker "NAME"

3. Select the "TYPE" . Here I used "Jira(interface: soap)"

4. Enter the Configuration to connect to Jira
Example:

Code: Select all

<!-- Template jirasoapInterface -->
<issuetracker>
<username>JIRA LOGIN NAME</username>
<password>JIRA PASSWORD</password>
<uribase>http://testlink.atlassian.net/</uribase>
<uriwsdl>http://testlink.atlassian.net/rpc/soap/jirasoapservice-v2?wsdl</uriwsdl>
<uriview>testlink.atlassian.net/browse/</uriview>
<uricreate>testlink.atlassian.net/secure/CreateIssue!default.jspa</uricreate>
</issuetracker>
5. Now Click "Test Project management" (Test project -->Test Project management)

6. Select the Project for which the Issue tracker has to be enabled.

7. In the Edit page, navigate to "Issue Tracker Integration" section and
enable the "Active" checkbox and Select the configured Issue Tracker from the drop down menu.

8. Click Save button to save the chnages.

9. Go to Test Execution and All done. The Bug tracking integration is done.

Regards

Re: [SOLVED] 1.9.4: Jira(interface: db) example config requi

Posted: Fri Oct 05, 2012 4:36 pm
by cjames
THANK YOU!! THANK YOU!!