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.connect
later causes deploy error. - When an app has been deployed with a certain
app.connect.key
, then changing theapp.connect.key
causes:-
forge unistall
fails. I have to uninstall with the oldapp.connect.key
. - Deploy is OK, but
forge install
fails 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
.