Script to compare opened time by current time/date
I am looking to update this condition below to compare an incident's opened/created time with the current time. The aim here is to only show a specific option on the widget when the incident is over 5 days old. Current condition: if (data.table == 'i...

