We have a requirement to fetch only the changed records form Jira on an incremental basis.
We have an ETL load that reads the entire set of data for a particular project and loads into the required table to prepare the dashboard for the management.
Now, we need to read the data only incrementally, say the records whose Updated (column) greater than yesterdays date.
We have automated the export and would like to add another filter in the below link
As far as I know, this is not possible with the csv exporter. You can use the /rest/api/2/search?jql=<jql filter> to get issues with updated>{yesterdays date}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.