Forum Discussion
Incremental refresh on api considering last modified date
- 5 years ago
Incremental refresh expects immutable data. What you are looking for is differential refresh.
One workaround is to make the refresh scope large enough so you can shoehorn your data into the incremental refresh partition paradigm. Ask yourself what the average maximum period of time is that a issue change can still make a difference in your business process, and then set that as the change period for the incremental refresh (for example "last updated in the last three months".
Hi all! Could anyone share with me how to set incremental refresh upon Jira API? because as far as I know, you can't set it on nonfoldable queries. I really appreciate your help!
- lbendlin3 years agoSuper User
as far as I know, you can't set it on nonfoldable queries.That is inaccurate. Folding is desired but not mandatory. All you need is a DateTime or Date Integer value that can be compared against RangeStart and RangeEnd.