I’ve sunk way too much time getting Assets to show up on my local development instance. It turns out they show up as soon as you paste a Data Center license for JSM, but I couldn’t find that in docs anywhere.
It’s 2024, Server is dead, can we please get AMPS/SDK to start up with Data Center licenses in place?
Is it possible to somehow configure AMPS to start up with DC licenses in place? I’ve only found the <productLicense>
config param, but it’s on product level and I can’t see a way to specify a different license for JSM.
<configuration>
<applications>
<application>
<applicationKey>jira-software</applicationKey>
<version>${jira.software.application.version}</version>
</application>
<application>
<applicationKey>jira-servicedesk</applicationKey>
<version>${jira.servicedesk.application.version}</version>
</application>
</applications>
<productLicense>cafebabe</productLicense>
</configuration>