I'm using talend open studio for ESB 6.3.0. I tried with tRESTClient for data pulling from HP ALM and insert in MongoDB. Now am trying for JIRA. Is it possible to use tRESTClient for JIRA related work?
Can you suggest or help to get the solution?
You can certainly query Jira and get responses in an XML or JSON format. I've done it before, but a long time ago. I found the Jira API information by using Google. It worked pretty well.
I don't know of any example videos or tutorials on this, but all you should need is a tutorial on how to use the tRestClient component and how to use the Jira REST API. I think you will need to cross reference between the two.