Hello people,
I created a rule that send and AUTO response (email) when a jira case status is set to CLOSED.
Situation is that rule triggers IF someone comment on the JIRA ticket and the purpose of the rule is to trigger only when reporter or "shared email" comment on the ticket.
Is there a way to prevent this from maybe an IF??
Something like:
IF the person that comment is not the OWNER of the ticket then TRIGGER and send the email.
Thanks in advance!
Jonathan M.
Hi Jonathan - Welcome to the Atlassian Community!
You might try adding an Advanced Condition and use:
{{issue.comments.last.author}} not equal to {{issue.assignee}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.