Details
-
Bug
-
Status: Triage
-
Medium
-
Resolution: Unresolved
-
6.4.0
-
None
-
None
-
0
Description
Summary:
Code compilation fails for scripts in the "Execute a Scriptrunner script action" for automation for Jira:
Steps to reproduce:
- Install Scriptrunner for Jira
- Install Automation for Jira
- Create an automation rule
- Add the "Execute a ScriptRunner Script Action"
- Open the browser developer tools JavaScript Console
- Try to write code in the script area and view the errors in the console
Outcome:
We are not checking code compiles correctly in Automation for Jira and this appears to also impact the errors we report on the code the user writes.
Expected result:
We should compile the code and show errors correctly