Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement to access an OrangeSrum server from Talend and integrate the data from Scrum server and a database.
Can anyone tell me how can i connect to OrangeScrum using any Talend component.
I'm using Open Studio 6.3.
Thanks,
Saumya
Hi Saumya,
There are no direct components to extract the OrangeScrum data to Talend. So you will have to write some custom code (inside a tjava or tjavaflex) to extract the data to a file. Once the file is ready, you can use tmap to join with database and can process the later stages.
Warm Regards,
Nikhil Thampi