You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hey,
I want to submit a form like in ScriptRunner docs (Dialog) -
https://scriptrunner.adaptavist.com/latest/jira/fragments/WebItem.html#_dialogs_advanced
To do that I need to use a web resource
https://scriptrunner.adaptavist.com/latest/jira/fragments/WebResource.html
but it's not working for me.
Can anyone help?
I add to setenv.sh file this line as is-
JVM_REQUIRED_ARGS='-Dplugin.resource.directories=/app/home/scripts -Dother.properties...'
In my script directory -
Application Data\JIRA\scripts\resources I added a "resources" file and in there I added a JS script.
alert("test")
I reset my JIRA so the setenv.sh can be loading again.
After the restart, I tried to run the resource but I get this error:
You need to configure at least one alternate resource directory before using a web-resource, see the documentation
I filled the form like this:
Context(s)- jira.view.issue
Key- alert
Resources - resources/alert.js
Please help!
The problem was that I added another line of
JVM_REQUIRED_ARGS=
Hello,
Your forgot the semicolon in the alert method:
alert("test");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
Thanks but this was not the problem..
He doesn't recognize the resource at all -
"Could not find resources/alert.js in configured resource directories:"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.