List filter with javascript clause containing a string starting with caret ^ returns nullDescription When adding a javascript clause containing a string starting with the caret (^) field (for example, javascript:^123 or javascript:'^123'), the script evaluates the string as NULL. Steps to Reproduce Navigate to Incident > All.Open filters.Set [Short description] [contains] [javascript:^123].Click Run.Notice that javascript evaluates to NULL. Workaround This is expected behaviour and a known limitation. Typically, another caret is used to escape a caret, but the combination of it with the colon (:^^123 vs ^^123) can not be handled. Related Problem: PRB667212