Hi,
I'm new to Script Runner plugin.
The problem we are facing is, we have added the script to send a custom email which we got in the below link.
http://stackoverflow.com/questions/15272864/jira-for-bug-tracking-and-customer-support
I'm getting exception when running the script. Please help me out in resolving the exception.
Thanks and Regards,
Madhanaa S R
as @Chrishtian told without log, no one will help you
have you gone through the following doc
https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-Sendacustomemail
Yes. I have gone through the document. We actually want to send emails to external users. So we went for the script in the link mentioned above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We need the exception, not the task...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What Christian said. And see https://jamieechlin.atlassian.net/wiki/display/GRV/Getting%20Help#GettingHelp-Supportrequests for exactly what you need to provide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
javax.script.ScriptException: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: issue for class: Script31
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:117)
at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:216)
at com.onresolve.jira.groovy.GroovyRunner.runFile(GroovyRunner.java:110)
at com.onresolve.jira.groovy.GroovyRunner.run(GroovyRunner.java:61)
at com.onresolve.jira.groovy.GroovyRunner.doExecute(GroovyRunner.java:244)
at webwork.action.ActionSupport.execute(ActionSupport.java:165).....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is in the code you are providing - can you post a screenshot of the whole configuration page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. Is there any way to get the issue key when an issue is created? If so please share me the code..
I'm getting error when we use issue.getKey(). And the error is
javax.script.ScriptException: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: issue for class
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is I don't know where you are using this, which is why I'm requesting the screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
even if I can't help you others might... but I doubt that they will be able to help if you don't provide details about the exception (log excerpt)
Cheers
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.