Integration with Jira - SOAP

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

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
jarle.lervik@gmail.com
TestLink user
Posts: 2
Joined: Tue Mar 16, 2010 10:37 am

Integration with Jira - SOAP

Post by jarle.lervik@gmail.com »

Hi!

Version: TL 1.9 Beta 3

1. Added info to the jirasoap.cfg.php config file.
2. Added $g_interface_bugs='JIRA'; to the custom_config.inc.php file
3. Restarted apache

No "Bug" link in the interface of TL. Any ideas how to configure the Jira SOAP interface?

Thanks in advance!

Jarle
jarle.lervik@gmail.com
TestLink user
Posts: 2
Joined: Tue Mar 16, 2010 10:37 am

Post by jarle.lervik@gmail.com »

Hi again!

Would really appreciate if someone has the solution for this or know where the documentation for this is located.

Thanks!
eeijlar
Advanced user
Posts: 28
Joined: Mon Apr 06, 2009 4:25 pm

Post by eeijlar »

Things to check:

- Check your PHP driver which connects to the JIRA database
- Steps outlined here:

http://www.teamst.org/phpBB2/viewtopic. ... ight=#8678


There is also a bug in Testlink which prevents the data from returning correctly:

http://www.teamst.org/phpBB2/viewtopic. ... ight=#7690
bstick12
TestLink user
Posts: 1
Joined: Thu Jun 24, 2010 9:39 am

Re: Integration with Jira - SOAP

Post by bstick12 »

jarle.lervik@gmail.com wrote: 2. Added $g_interface_bugs='JIRA'; to the custom_config.inc.php file
This value should be JIRASOAP

I found the default value for BUG_TRACK_ENTER_BUG_HREF didn't work with my JIRA installation and the value below did. You can append the pid and issuetype to the URL is you want a default project and issue type selected e.g. secure/CreateIssue.jspa?pid=10240&issuetype=1. Obviously you need to select a valid pid for your JIRA installation. Issue type 1 is a Bug

Code: Select all

/** link of the web server for creating new jira ticket*/
define('BUG_TRACK_ENTER_BUG_HREF',"secure/CreateIssue.jspa");
Post Reply