How to pull Assign to and Work Notes in Incident Script?
I am trying to create a script for email notification but unable to get "assign to" and "work notes." Any help?var gr = new GlideRecord("incident"); gr.addEncodedQuery("priorityIN1,2^stateIN8,1,2^ORresolved_atRELATIVEGE@hour@ago@12"); gr....