[SOLVED] Testlink and JIRA On-Demand

Moderators: Amaradana, TurboPT, TL Developers

Locked
Billhelmke
TestLink user
Posts: 7
Joined: Wed Jul 04, 2012 5:07 pm

[SOLVED] Testlink and JIRA On-Demand

Post by Billhelmke »

Do you know if it's possible to use Testlink (hosted in-house) with JIRA On-Demand (hosted by Atlassian)? Has anyone had any luck doing this?

Thanks,
-Bill
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testlink and JIRA On-Demand

Post by fman »

on 1.9.4 we have done development using SOAP API => yes is possible.
Only possibile drawback will be found on reports that get bug info, because there NO provition on JIRA API, to get info for multiple issues on just one call. if this is not possible and you have TONS of test cases with lots of bugs then you are going to suffer some kind of performance degradation but JUST ON REPORTS.
duytranquang
TestLink user
Posts: 2
Joined: Fri Oct 12, 2012 7:52 pm

Re: Testlink and JIRA On-Demand

Post by duytranquang »

hello,

please let us know if the configuration is similar to a hosted in-house server?
I copy paste the sample and had the following error message:

Attention Please:
Something is preventing connection to Bug Tracking System,
and is going to create performance issues.
Please contact your TestLink Administrator
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testlink and JIRA On-Demand

Post by fman »

configuration is the same and WORKS, I've tested with Jira on demand without any issues.

Just tested on demo, with issue tracker identified with name JIRA => no connection issue
duytranquang
TestLink user
Posts: 2
Joined: Fri Oct 12, 2012 7:52 pm

Re: Testlink and JIRA On-Demand

Post by duytranquang »

thank you for the confirmation.

there are only few lines to fill in on testlink:
<issuetracker>
<username>JIRA_USER</username>
<password>JIRA_USER_PWD</password>
<uribase>https://My_Domain.atlassian.net/</uribase>
<uriwsdl>https://My_Domain.net/rpc/soap/jirasoapservice-v2?wsdl</uriwsdl>
<uriview>My_Domain.atlassian.net/browse/</uriview>
<uricreate>My_Domain.atlassian.net/secure/CreateIssue!default.jspa</uricreate>
</issuetracker>

so is there any configuration I need to perform on the Jira side?

again thanks for your advise
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testlink and JIRA On-Demand

Post by fman »

You need to go to JIRA site and read documentation ( I'm not a jira user), to enable API
chxd99
TestLink user
Posts: 5
Joined: Wed Jan 30, 2013 7:05 pm

Re: Testlink and JIRA On-Demand

Post by chxd99 »

After I configured this in "Issue Tracker Management", why I cannot see the Bug Management Button? My TL version is 1.9.5 which migrated from 1.9.2.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Testlink and JIRA On-Demand

Post by fman »

@chxd99
I'm sure you understand that your post has lots of holes that make impossible to provide any help.
There are lot of posts on forum regarding issue tracking integration and special sections.
Are you sure you have done a full deep search ?
chxd99
TestLink user
Posts: 5
Joined: Wed Jan 30, 2013 7:05 pm

Re: Testlink and JIRA On-Demand

Post by chxd99 »

Yah, I'm so stupid that I forgot active "Issue Tracker Integration" to the project. Thanks @fman. It works well now.
Locked