Hi All,
I want to make sure that my agents are aware of tickets that they have not commented on in the last 48 hours. I currently have the following rule that does this:
This works perfectly, but is burning through my automation quota.
I feel it should be possible to achieve this with a daily job but I am getting stuck with multiple branches.
My pseudo code is:
Where I am getting stuck is iterating a list of issues, and then iterating each issues comments.
Is the above possible, or is there some other approach I'm missing to be able to do this on a scheduled basis?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.