Hi all,
Is there a way to check, during automation, if last comment added by Jira agent, was added as internal comment or can by see by customer as external comment?
Hi @Anna Arczynska ,
Hope you are doing well :)
If your automation trigger is 'when commented', you can check if the initiator is a customer. Something like this:
Otherwise, you might have to use advanced compare conditions.
Something like: {{issue.comments.last.author.displayName}} belongs to <your default user group> (checking if the author is an internal user)
Let me know if this helps.
Regards,
Bhanu
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.