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
[SOLVED] Testlink and JIRA On-Demand
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 7
- Joined: Wed Jul 04, 2012 5:07 pm
Re: Testlink and JIRA On-Demand
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.
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.
-
- TestLink user
- Posts: 2
- Joined: Fri Oct 12, 2012 7:52 pm
Re: Testlink and JIRA On-Demand
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
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
Re: Testlink and JIRA On-Demand
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
Just tested on demo, with issue tracker identified with name JIRA => no connection issue
-
- TestLink user
- Posts: 2
- Joined: Fri Oct 12, 2012 7:52 pm
Re: Testlink and JIRA On-Demand
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
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
Re: Testlink and JIRA On-Demand
You need to go to JIRA site and read documentation ( I'm not a jira user), to enable API
Re: Testlink and JIRA On-Demand
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.
Re: Testlink and JIRA On-Demand
@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 ?
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 ?
Re: Testlink and JIRA On-Demand
Yah, I'm so stupid that I forgot active "Issue Tracker Integration" to the project. Thanks @fman. It works well now.