Resolved! Check if the incident was created 4 hours before, then add a comment in the incident.
Hi all, The requirement is to check if the incident is created 4 hours, then update the incident's additional comment.I've tried the following approach. var dR = new GlideRecord('incident'); dR.addQuery('sys_id','57af7aec73d423002728660c4cf6a71c')...