Hi, we get a lot of spam and I'm not having successes with setting up an automation rule to [1 : assign work item to a user] and [2 : add internal note "suspected spam]. The problem is with the filtering stage I think.
Is there an all code version of the automation function instead of using the flowcharts?
What I want to do: When work item created, If email address from domains A.com or B.com, OR If the text anywhere contains keywords BuySpamNow or SpamKeyWord, add an internal note and assign it to User.
Thanks for any insights
Hey @DBooher
Welcome to Atlassian Community!
I believe only using {{issue.fields}} will not work as expected. You'll have to specify which field(s) should be compared.
For example, you can write {{issue.summary}} contains "Spam" to check if the sumary contains the word Spam.
If you want to validate this for multiple fields, you can use the If/Else block to add multiple conditions and specify the AND/OR logic.
Thanks!
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.