When using the auto import to forge storage for app migrations querying data does not work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • None
    • Affects Version/s: JCMA - 1.12.39
    • None
    • Severity 3 - Minor
    • Hide

      We are working on a fix

      Show
      We are working on a fix

      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

      1. Follow steps to implement auto import on forge storage 
      2. Query for your imported data e.g. `kvs.query()` or view it in the developer console
      3. 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. 

            Assignee:
            David Yu
            Reporter:
            David Yu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: