We have a JSM Customer Portal that customers log into to create and reply to tickets. We have a status of 'Customer Replied', which we are trying to set with automation if a customer replies, but the options seem very limited for the action and the if condition.
The closest I can get is the trigger 'Comment is the main action', but I only want it to look at comments from the customer, not comments by myself and colleagues. There doesn't seem to be an if-condition to look at who the comment is by.
Any advice?
Hi @Tim Medlicott -
So the other approach is to check for exactly what you said, if the Commenter is NOT you or your colleagues.
Assuming you and your colleagues are in some common group this could be done with a User Condition, like so:
Hope this helps!
Just following up to check if this answered your question. If so, please consider marking this one as "answered". That will help others with a similar need find solutions faster. If not, please let the community know what help you need with the rule changes.
Thanks, and kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tim
Hope this Automation will resolve your query.
Trigger: All Comments
Condition: if: Compare two value ({{comment.author.emailaddress}} equals {{issue.reporter.emailaddress}})
Action: transition to "Customer Replied"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! This looks close to what we need. It won't always be the reporter that is the customer that replies though, as they also work in teams. This is a great place to start from though. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest condition is based on the trigger comment is the main action.
Use a smart value condition and set this to:
First value: {{triggerissue.comments.last.internal}}
Condition: equals
Second value: flase
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.