Need to Auto close the ticket from resolved to closed after 7 days
Need to Auto close the ticket from resolved to closed after 7 days.I have written a scheduled job script but its not working. Pls help me in this. var query = 'state=8^sys_updated_onRELATIVELT@dayofweek@ago@7'; //state is resolvedvar gr = new GlideRe...