how do I limit the time of when a user can reopen an incident i.e. after 30 days they can't reopen?

btreseder
Kilo Expert

how do I limit the time of when a user can reopen an incident i.e. after 30 days they can't reopen?

1 ACCEPTED SOLUTION

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


-Anurag

View solution in original post

21 REPLIES 21

I would agree and add "take care of the inbound emails if your inbound script isn't well coded"


I think this would change our metrics reporting wouldn't it?