-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Rule - Smart Values
Description
When using smart values such as issue.summary with actions that require a JQL such as "Lookup Issues", if the resulting value from the summary contains unsupported characters like "[]()" the JQL will fail.
Suggestion
Create an encoding fuction similar to htmlEncode or jsonEncode to escape the unsupported characters so the JQL will work as expected