Hi, i add this dependency in the POM of my plugin. i use the Optional etiquete, but if in tried to install the plugin on a Jira instance without servicedesk, i'm unable to start the plugin. It is there a form to use this dependency but can install the plugin in a jira instance whithout service desk?
<!-- https://mvnrepository.com/artifact/com.atlassian.servicedesk/jira-servicedesk-api --> <!-- Dependencia con jira SD-->
<dependency>
<groupId>com.atlassian.servicedesk</groupId>
<artifactId>jira-servicedeskapi</artifactId>
<version>4.2.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Thanks in advance
Hi, nobody knows how to code service desk java, but only when sd is instaled?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.