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.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.