Uploaded image for project: 'Migration Platform'
  1. Migration Platform
  2. MIG-592

When using app assessment the result of CloudMigrationListenerV1.getServerAppKey() is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • None
    • None
    • None
    • Minor

    Description

      Issue Summary

      When validating if the app needed in cloud are installed, the migration assistant ignores the cloud app key, and instead only looks if a cloud app is installed with the same app key as it returned by the CloudMigrationListenerV1.getServerAppKey() completely ignoring CloudMigrationListenerV1.getCloudAppKey()

      Steps to Reproduce

      1. For an app with different server and cloud app keys, implement CloudMigrationListenerV1.getServerAppKey() and CloudMigrationListenerV1.getCloudAppKey() to return the expected app keys, for example
            @Override
            public String getCloudAppKey() {
                return "my-cloud-app-key";
            }
        
            @Override
            public String getServerAppKey() {
                return "my-server-app-key";
            }
        

      Expected Results

      In App Assessment the check for the Cloud app should use the cloudAppKey and not the serverAppKey for the installed in cloud check.

      Actual Results

      In App Assessment the check for the Cloud app uses the cloudAppKey for the installed in cloud check.

      Workaround

      Currently there is no known workaround for this behaviour. A workaround will be added here when available

      Attachments

        Issue Links

          Activity

            People

              atiwari2@atlassian.com Anshuman Tiwari (Inactive)
              jrichards@atlassian.com James Richards
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: