My plugin is intended to be used in several products, but will have *slightly* different behavior depending on the specific product. How can I achieve this?
You might try com.atlassian.sal.api.ApplicationProperties.getDisplayName() but it does not seem very reliable.
Another option is to use com.atlassian.extras.api.ProductLicense.getProduct()
I can't give you specific examples, but I hope this will help.
It looks like you're new here. Sign in or register to get started.