Rate this page:
When trying to change the Payment model for an existing app the following message is displayed in the UI:
You can't alter the Payment model for existing apps in the following scenarios:
You can change the Payment model in the following situations:
In order to change the Payment model for an existing app (bar the two situations listed above) you'll need to release a new version with this change in place.
In your atlassian-plugin.xml.
add/remove licensing param <param name="atlassian-licensing-enabled">true</param>
from atlassian-plugin.xml
.
For details, see Adding licensing support to server apps.
Set the enableLicensing flag in the app descriptor file to true
to add licensing or remove the flag to set the app version to free.
For details, see Cloud app licensing
Rate this page: