I am trying to make jira:jiraEntityProperties work with Forge app, so fiddling with manifest.yml (according to Trying to get search for an issue property set by a customfield in Forge but without success yet). I have observed:
- When an app has been deployed with
app.connect, then removingapp.connectlater causes deploy error. - When an app has been deployed with a certain
app.connect.key, then changing theapp.connect.keycauses:-
forge unistallfails. I have to uninstall with the oldapp.connect.key. - Deploy is OK, but
forge installfails with the changedapp.connect.key.
-
So, my app must have the same app.connect.key forever (it cannot be removed, too). I miss some feature how to completely wipe out the DEVELOPMENT deployment, so I can start with the app from the scratch.
Update: I have deleted my app in Log in with Atlassian account (Settings - Delepe app), then re-registered the app by forge register (got new app.id) and then deploy + install went OK.
Just the forge register has deleted app.connect part of my manifest.yml.