Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Integrate JIRA to Testlink

Satheesh Rajagopal June 23, 2014

Hi,

We are planning to integrate JIRA to Testlink. We want to get JIRA tickets(specific serach result), which to be added to TestLink on a specific items.

And latest updated tickets of JIRA should be reflected in TestLink.

Can you please give as some idea.

Thanks

Satheesh Rajagopal

5 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Jayaguru Jay February 14, 2016

You can create a service application which will check for continuous updates from JIRA in the form of RSS feed. Then parse the RSS feed to get the issue details. Populate the details in an xml file format supportive to TestLink. Upload the same file in testlink. All these are automated in our application.

And you can also try the same logic.

Satheesh Rajagopal February 14, 2016

Thank you, Jayaguru. It would be more helpful, if you could provide simple code snippet/link to get the feed from JIRA.

Jayaguru Jay February 15, 2016

I have worked on the same in delphi.

CoInitialize(nil);
lHTTP := TIdHTTP.Create(nil);
Response:= lHTTP.Get(JiraURL+'&os_authType=basic&os_username='+JiraUsername+'&os_password='+JiraPassword);
Doc := TXMLDocument.Create(nil);
// Build XML document from HTTP response
Doc.LoadFromXML(Response);
Doc.Active := True;
StartItemNode := Doc.DocumentElement.ChildNodes.First.ChildNodes.FindNode('item') ;
ANode := StartItemNode;

J Vinoth March 9, 2016

Hi Boss,

Can some one tell the JIRA and test link supported version, we need to implement.

1 vote
Benito Picarelli
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 24, 2014

Hello Satheesh,

Even though I'm not really familiar with this scenario, I found the following links which might be useful for you on this process.

This sounds like a documentation:

http://santexgroup.com/blog/integrating-jira-with-testlink-3/

And this one a forum where a user had issues connecting them and people explained how they did it:

http://www.linkedin.com/groups/testlink-jira-integration-1842435.S.271397324

I hope these can give you some help on this matter!

0 votes
Sourabh Kumar November 9, 2018

What is the single most important features that Test link users would want to see in the front end of the open source Mobile App for Test link ?

0 votes
Laszlo Kelemen February 15, 2018

Hi Satheesh,

Could u made the integration? 

0 votes
Satheesh Rajagopal June 30, 2014

Hi Benito,

Thank you for your input.

The information is very useful. But we require to get tickets information(say tickets which are last modified) in xml/json format. Which in turn we need to import to TestLink.

So we were expecting if there is any APIs available at JIRA through which we can get the list of tickets and its data in xml/json format.

Thanks

Satheesh

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events