You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?