-
Bug
-
Resolution: Fixed
-
Medium
-
20
-
Severity 3 - Minor
-
15
-
Issue Summary
The Validate Syntax present on the Edit Issue action and the IQL condition within automation is failing for Insight Custom Fields and Object Attributes, with the following error:
An unknown error occurred. Please reload and try again.
Steps to Reproduce
- Create a new Automation Rule > Any Trigger;
- Add a conditional like "IQL condition"
- Add an action like "Then: Edit Issue Fields"
- Inside this Edit Issue Filed, select an Insight Custom Field, and on the syntax field add something like object attribute = "attribute value":
- Click on the "validate syntax" and see the following error:
Expected Results
The Syntax Validation should happen for the values added on the IQL/JQL field or in the IQL condition.
Actual Results
The below error is thrown in the UI:
An unknown error occurred. Please reload and try again.
Workaround
Don't validate the syntax in the rule. Instead, validate it in the object schema and enter the AQL in the rule. The rule should work fine.