Hello Good afternoon.
Could someone help me with a question?
I need to make an automation where it should only run when a user X makes this public comment.
what would be the variable that brings this value?
thanks for your question.
You should be able to use the issue commented trigger and interact with the {{comment}} smart value.
{{comment.author}} gives you the user {{comment.author.displayName}} would give you the name to compare.
{{comment.internal}} will return true or false depending on the JSM comment type.
Hope this helps.
hello becker
cool thank you very much. But would that be how I would have to declare it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mayki,
that the right way, yes. But if you would like to compare the value with an email address, I would recommend
{{comment.author.emailAddress}}
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.