Supported list types
Number list
This function filters a number list by a given boolean expression where ^
is used for referencing the current list value.
filterByPredicate(numberList, booleanExpression) #Output: Number list
Text list
Variant for text lists. The current list value is referenced by ^%.
filterByPredicate(textList, booleanExpression) #Output: Text list
Issue list
Variant for issue lists.
filterByPredicate(issueList, booleanExpression) #Output: Issue list
This is one of the most powerful functions in JWT since it combines filtering with boolean or logical expressions.
To freshen up your knowledge or to get some inspiration head over to: