Resolved! Trying to update a field of closed incidents through a script
wrote a script under "sysauto_script.list" to update "Configuration Item" of closed incidents. Trying to test it for one incident before running a update for all. var gr = new GlideRecord('task');gr.addQuery('number','INC2142115');gr.query();while(gr...