I have an automation rule that transitions the issue when a comment is added but it is not working. I have the following:
When: Comment Added
If: Issue matches status=waiting for support and
Customer request type is not empty and
User is not a customer
Then: Transition issue Respond to customer.
When the rule runs all the if statements are green in the log yet the transition still doesn't happen. Where else can I look to see if something is set up wrong?
Regards,
Alison
I can't say for sure given everything is green but here is what I would do to troubleshoot. Basically, I would want to start simple and layer in the conditions. To that end, progressively change your automation as follows:
The obvious idea here is to see if it eventually breaks and if so where. If it breaks at #1 something is crazy.
One possible issue would be with the workflow itself not having a transition from WFS to RTC.
Thanks for the reply - turns out the workflow was missing a transition!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ha...and it all seems so obvious in the end. ;-)
glad to assist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.