When my task is
TSK(SOMETHING)(SOMETHING)(SOMETHING)(SOMETHING)
filtering on this name won't work (e.g from the Tasks - Name field or even from the "Monitoring" field)
Release : 6.10
Component : DOLLAR UNIVERSE
The "(" and ")" are impacting the regex used for the filter.
Workarounds :
- Add a "*" at the end of your filter
- Protect the parenthesis using "\" :
From :
"TSK(SOMETHING)(SOMETHING)(SOMETHING)(SOMETHING)"
To :
"TSK\(SOMETHING\)\(SOMETHING\)\(SOMETHING\)\(SOMETHING\)"