Migration progress not updating in CCMA UI

On the Confluence Server side, the app migration component reports the following cloud and server app keys:

  public String getCloudAppKey() {
    return "tableau-for-confluence";
  }
  public String getServerAppKey() {
    return "tableau-plugin";
  }

Which matches what we posted to the migration API endpoint.

From what I understood, this is what tied the two apps together in CCMA, and in fact onStartAppMigration() is being called, the correct ACE endpoint is being called, and the migration does in fact proceed and finish correctly. So it seems the migration platform does know they’re connected.

Just ran a test migration that sent two transfers under transferId e8c85c9d-c62b-388b-9a23-cd799310e0d6:

  • {"status":"IN_PROGRESS","message":"Migrating Tableau macros","percent":0}
  • {"status":"SUCCESS","message":"Finished migrating Tableau macros","percent":100}

The whole time, and 20 minutes after the migration, this is what CCMA shows: