Greetings!
I was looking through the automation rules, and it made sense to have "unclaimed" (unassigned) tickets be assigned to the Agent or Collaborator who posts a comment.
Triggering on comment and assigning it to the user who triggered the rule, while the assignee field is empty, works great (I know I would probably need some logic to exclude non Agent/Collaborator users). However I wasn't able to find anything that would allow me to differentiate between a "reply to customer" and "internal note" comment.
I think it makes sense for internal notes to be excluded from the auto assignment rule, but would this be possible?
See if this works
if {{comment.properties."sd.public.comment".internal}} equals true...
Hi Paul, I'm sorry things where a bit crazy last few days and I only now got around to test this.
The concept seems sound, thank you for pointing it out. TLDR: it doesn't seem to work.
I took a look at the documentation for the smart values, and sure enough the description for {{comment.properties."sd.public.comment".internal}} is empty.
Next I tried this one if {{comment.internal}} equals false -- that worked like a charm!
Thank you for setting me on the right path :)
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.