Hi Community,

We have a jira plugin, that was using nashorn but now it’s incompatible with latest jira version.

Here is what we have:

  • We are using jdk8 for our jira plugin on jira server/DC,
  • And, we were using nashorn, but now we have to use graalVM instead. We are trying to migrate Nashorn to Graal ScriptEngine
  • And here is what we have tried:
    Option #1
    We have followed this guide: