- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2014 06:53 AM
how do I limit the time of when a user can reopen an incident i.e. after 30 days they can't reopen?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2014 07:39 AM
Sorry, i think i made a blunder here. I reversed the operator
replace this line
if(difference < thirtyDays )
with this
if(difference > thirtyDays )
I just cross checked it on a demo instance, it seems to work fine there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2014 07:28 AM
I would agree and add "take care of the inbound emails if your inbound script isn't well coded"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2014 08:00 AM
I think this would change our metrics reporting wouldn't it?