-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
Issue Summary
The `index` smart value of a list iterator in smart values cannot be used inside global functions.
Steps to Reproduce
- Create a smart value that iterates over a list (such as lookupIssues)
- in the iterator try to use the `index` smart value in a function, such as `#lookupIssues {{ equals(index, 1)}}
{
Unknown macro: \{ /}
}
Expected Results
It should give false true false ....
Actual Results
Empty result
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is addressed by
-
UX-1357 Loading...