[SOLVED] 1.9.4: Jira(interface: db) example config required
Moderators: Amaradana, TurboPT, TL Developers
-
- Advanced user
- Posts: 15
- Joined: Thu Sep 27, 2012 10:00 pm
[SOLVED] 1.9.4: Jira(interface: db) example config required
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
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
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
If this does not work, just go to folder issuetrackerintegration open the corresponding class.php file and search for the XML config example
-
- Advanced user
- Posts: 15
- Joined: Thu Sep 27, 2012 10:00 pm
Re: 1.9.4: Jira(interface: db) example configuration require
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.
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
Not Jira db.fman wrote:hmm, all available interfaces provide the example when configuring

"Issue Traker interface jiradbInterface is not implemented/available"
-
- Advanced user
- Posts: 15
- Joined: Thu Sep 27, 2012 10:00 pm
Re: 1.9.4: Jira(interface: db) example configuration require
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
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
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>
-
- Advanced user
- Posts: 15
- Joined: Thu Sep 27, 2012 10:00 pm
Re: 1.9.4: Jira(interface: db) example configuration require
Thankyou so much. Clicking on Show configuration examples does nothing.
-
- Advanced user
- Posts: 15
- Joined: Thu Sep 27, 2012 10:00 pm
Re: 1.9.4: Jira(interface: db) example configuration require
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
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.
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.
-
- Advanced user
- Posts: 15
- Joined: Thu Sep 27, 2012 10:00 pm
Re: 1.9.4: Jira(interface: db) example configuration require
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:
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
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>
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
THANK YOU!! THANK YOU!!