Hey,
We are in the process of migrating our Connect app to Forge. We are also working on introducing Build Editions to our app.
I haven’t been able to figure out how to test the Build Editions.
These are the steps I followed:
- Ran these commands and created a development version of the app to test changes out
- I do see “Dev” next to my earlier Connect app which I guess means that the forge adoption worked?
- https://developer.atlassian.com/platform/marketplace/app-editions-forge-apps/#3--test-the-editions-of-your-app
- Added
editionsEnabled: true - Ran
forge deployandforge install --environment development --license Advanced
- Added
However, I am still not seeing the license being set to Advanced. Neither am I seeing the “Edition” being set in the apps admin page.
What am I missing here?
Thanks!