I need to get data on tickets continuously to an external system. (JIRA CLOUD)

KyleM June 14, 2017

I know the simple answer here is Rest API, my problem is, i am not a programmer. 

Without paying a pretty penny per month, what are my options to automatically export ticket data from Jira Cloud to perhaps an XML file on a schedule?

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 14, 2017

You have the right idea with the REST API, but the rest of the question is really not answer-able.

Cloud won't provide you with "exports".  The REST API does allow another system to fetch what it wants, when it wants it. 

So, the concept "export data" is not goint to work.  You need to be thinking in terms of "external system asks JIRA for data" instead.  So all the questions around data, xml and schedules need to be asked of your external system, not JIRA-on-Cloud.

Suggest an answer

Log in or Sign up to answer