Hi scriptrunner experts,
I'm checking an scriptrunner issue with below log message. As the end of this debug message, it mentioned the error comes from Inline1087262759. How can I locate where the error come from by inline script ID? Thank you.
Louis
2018-05-17 11:31:14,728 https-jsse-nio-443-exec-25 ERROR ........ 691x1831953x5 1uqwb2y 172.23.6.40 /secure/AjaxIssueAction!default.jspa [c.o.scriptrunner.fragments.JiraScriptCondition] Script condition failed: groovy.lang.MissingPropertyException: No such property: ssue for class: Inline1087262759
Hi,
This can be from a Scripted Condition on a Fragment?:
"c.o.scriptrunner.fragments.JiraScriptCondition"
Maybe you forgot the 'i' on 'issue' variable?
"No such property: ssue for class:"
Regards,
Marcos
Thank you that I was missing "i" in inline script.
By the way, after looking <Home>\Application Data\JIRA\scriptrunner\classes, inline class was generated there. Decompile generated class also works for me to identify inline script location.
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.