Hello
I have a requirement that we receive emails from third party vendors and those emails get added to Jira tickets as comments. I have a write an automation on a 'Issue comment' to change a status if the comment is added from non-company domain.
For example my company name is xyz.co.uk and the third parties are multiple who send us emails and Jira tickets get updated.
Now how to do I validate that the comment added is not from someone from xyz.co.uk company and instead from any third party vendor? And if it from third party vendor, it should change the ticket status.
Really looking forward for quick help.
Hello @Rupali Choudhari
It is also possible to do a regular expression validation in the automation rule. The example would look like this:
This way you can know if it does not contain the internal domain and thus be able to make the transition.
I hope you found it useful.
Greetings, Jose Juan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you try an advanced compare on
{{issue.comments.last.author.emailAddress.substringAfter("@")}}
or
{{comment.author.emailAddress.substringAfter("@")}}
Regards
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.