Hi,
I am trying to use AUI Single Select in my Jira customization using script runner. For this, I am following the below URL-
https://docs.atlassian.com/aui/7.10.2/docs/single-select.html
As per the above URL, this component is not included in the AUI core. I must explicitly require a web resource key.
So I am using below URL for adding the web resources-
https://scriptrunner.adaptavist.com/latest/jira/fragments/WebResource.html
but it's not working for me.
I have made following changes in setenv.bat after went through the above document.
set JVM_REQUIRED_ARGS=-Djava.awt.headless=true -Datlassian.standalone=JIRA -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dmail.mime.decodeparameters=true -Dorg.dom4j.factory=com.atlassian.core.xml.InterningDocumentFactory -Dplugin.resource.directories=C:/Program Files/Atlassian/Application Data/JIRA/scripts -Dother.properties
I have provided the below values in web resource fields -
Context - com.atlassian.auiplugin:aui-select
Key- autoSelect
Resources- auto.js [just added the alert to check if it's working]
But I am unable to add web resources. Getting following error while adding the web resource- "Could not find <tt>auto.js</tt> in configured resource directories".
I have placed auto.js under "C:\Program Files\Atlassian\Application Data\JIRA\scripts\"
I have also raised a ticket to script runner support team to know where I am missing. According to them, Jira is not picking up that startup argument for some reason and suggest me to raise a ticket to Atlassian support.
Can anyone help me with this?
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.