How to detect a server is a Jira Software/ a Jira Service Desk,...?

Hi,

  • for Jira software applicationManager.getApplication("jira-software");
  • for Service desk applicationManager.getApplication("jira-servicedesk");

If the result is empty then the corresponding app is not installed.

Cheers