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

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

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

Post 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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

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

Post 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
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

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

Post 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.
GunnarD

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

Post by GunnarD »

fman wrote:hmm, all available interfaces provide the example when configuring
Not Jira db. :)

"Issue Traker interface jiradbInterface is not implemented/available"
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

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

Post 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
GunnarD

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

Post 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>
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

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

Post by ganesanvijay »

Thankyou so much. Clicking on Show configuration examples does nothing.
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

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

Post by ganesanvijay »

I tried the config but the link to Jira is not created in the Test Execution.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

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

Post 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.
ganesanvijay
Advanced user
Posts: 15
Joined: Thu Sep 27, 2012 10:00 pm

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

Post 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
cjames
TestLink user
Posts: 4
Joined: Thu Feb 04, 2010 4:50 pm

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

Post by cjames »

THANK YOU!! THANK YOU!!
Post Reply