-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
None
-
Affects Version/s: JCMA - 1.12.39
-
Component/s: Apps - Migration Assistant
-
None
-
Severity 3 - Minor
-
Issue Summary
When using the new experimental auto import to forge storage querying data does not work. https://developer.atlassian.com/platform/app-migration/forge-storage/key-value-custom-entity-store/#auto-import-on-forge-storage
Steps to Reproduce
- Follow steps to implement auto import on forge storage
- Query for your imported data e.g. `kvs.query()` or view it in the developer console
- Your data that you exported from server is not returned
Expected Results
Your exported data from server is returned when calling `kvs.query`
Actual Results
No data is returned
Workaround
You can use `kvs.get()` API to get your exported data, also note forge storage is eventually consistent so this means it may take a few minutes for your data to be retrievable.