Resolved! How to add caller.user_name to global text search
I would like to be able to write a User ID in global text search, and see all incidents where the user id is 'caller' or 'assigned_to'.How to achieve that?I tried adding the attribute: ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name,re...