You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have set up a rule on our Trello boards driven by a custom field 'Currently Assigned to'. When the field is set to a value, Butler looks through to a matching card on a Directory board and sends an email notification to the relevant email address for that coworker.
It works well enough, but I'm trying to tighten it up so that if you set it as Currently Assigned to yourself you DO NOT get a notification.
Does anyone have any experience with this? I poked around a bit but nothing seems to fit. I'm thinking it would be something along the lines of 'If custom field X is set to a value NOT matching the triggerusername'.
Automation language is below.
when custom field "Currently Assigned to" is set, find a card titled "{{%Currently Assigned to}}" on board "Directory", and send an email notification to "{{%EmailAddress}}" with subject "{triggercardname} on {boardname} was reassigned to you by {fullname}" and message "Board Name: [{boardname}]({boardlink})\n\nReassigned Card: [{triggercardname}]({triggercardlink})\n\nReassigned to you by:{fullname} \n\nDescription:[{triggercarddescription}] \n\nCard Due Date: {triggercardduedate}\n\n\n{$report_html}"
I hope this is a simple fix, change the first line to:
when custom field "Currently Assigned to" is set, find a card titled "{customfieldvalue}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.