Hi Team,
I want to know, how to set the below two automations:
Could you please help on this??
I tried many ways, but it is not working, per ex:
1. Trigger: Issue commented
2. Condition: comment.property['internal']
3. Action: Edit issue field, under that i choose Internal Comment Last Update Date.
But it is not working
Thanks
Hello @Manohar AS ,
Try below Automation:
Trigger: When: Issue Commented
Condition: Use If and Else Condition
a. If: Choose Smart value Condition
{{comment.internal}} equals true
ACTION: Edit Internal Comment date and select date as {{now}}
b. Else-IF: {{comment.internal}} equals false
ACTION: Edit External Comment date and select date as {{now}}
I hope this will solve your problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Manohar AS
You can using this smart condition {{comment.last.internal}} if true, is mean last comment is internal
or false is comment for customer
Hope this can help
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.
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.