Hi everyone!
We in a team are migrating app from Connect to Forge. We already migrated part of the Connect modules. And recently we see that ‘Legacy’ tag next to our app. According to docs we can modify inner app banner to blue: Connect to Forge migration
So we’ve added the connectToForgeMigration module to our Forge manifest with:
connectToForgeMigration:
- key: appname-migration-declaration
migrationGuideUrl: our-migration-guide-url
willMigrateToForgeBeforeEOS: YES
Locally it works, and even the ‘Legacy’ tag disappear, but after we also deployed that change to our staging environment and installed on a test site and in “Connected Apps” page it still shows the generic default messaging - no blue banner, no link to our guide.
I also found this page that kinda says that this connectToForgeMigration addition will not work until mid August (if I understood correctly): What admins see on the Connected Apps page
Wanted to confirm a couple of things:
- Is it expected that a correctly-declared YES app shows no visible change at all until Atlassian’s own rollout reaches the YES cohort and so there’s nothing more we can do on our end to make the blue banner/link appear sooner, regardless of when we deploy the manifest?
- Is there any way to preview/test the YES-cohort banner behavior ahead of the general rollout (e.g., a feature flag, an allowlisted test site, a dev-mode override), so we can validate our declaration is correct before mid-August?
- Separately: does this module have any effect on the LEGACY badge shown next to an app’s name in the Manage apps list, or is that badge governed purely by “app still ships a Connect module” regardless of migration intent declared?
Thanks!