Hello everyone,
I'm trying to use a third-party Java SDK from ScriptRunner in Jira Data Center.
Here’s what I’ve done so far:
I received both the .jar and .pom files from the vendor.
I used Maven to download all required dependencies.
I copied all the dependency jars, the main SDK jar, and the .pom file into:
/home/jira/scripts/lib After restarting Jira, ScriptRunner still cannot resolve the classes
unable to resolve class I only need to use the SDK directly from ScriptRunner (not from a custom plugin).
Is there anything else I can check or configure so that ScriptRunner loads these external jars correctly?
Thanks in advance for any guidance!