Hi,
I would like to extract a given JIRA project on an ongoing basis (daily or continually) and extract a set of JIRA metadata into AWS S3 in such a way that I can later use the data in our internal BI reporting and cross-reference it with other company-internal data, e.g. via RedShift or Tableau.
Do you have a recommended way to go about this? Options that come to mind are using a REST API to pull data; I would look for some filter that lets me restrict results to only those that have been created/updated since the last pull.
If there is a push-based mechanism that lets me react to changes in an event-based way, that'd be a great complement to an initial "dump".
Thanks in advance for any guidance!
Clemens