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've been trying to automate my Trello board lately, and I need to setup a rule that triggers whenever there are no members on the card. There are options to trigger an action when one member is removed. But none to check if they all have been removed.
If anyone has a solution, please share it to me !
For anyone that has the same needs as I did, you need to create a trigger like this : "when someone is removed from a card assigned only to anyone", by using the advanced options.
Hi @garbis_jk ! Welcome to the community :) I had a poke around and couldn't find a trigger that said: "when all members are removed from a card". You have the trigger "when a card not assigned to anyone is added to the board", but I'm not sure that'll do what you want.
What exactly are you trying to achieve? Are you just wanting to be notified when there are cards on the board without members? If so, maybe a schedule command would make sense. You could set up a command that sends you a quick report every day/every week/etc. of all the cards on the board without members. This could be sent as an email to your inbox, or a slack message.
So your command could look something like this:
every day, create a report with all cards not assigned to anyone using pattern "- [{cardname}]({cardlink})", and send an email notification to "hannah@simplaworkflows.com" with subject "Unassigned cards" and message "{$report}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I tried different things and the trigger that ended up working was : "when someone is removed from a card assigned only to anyone, [action]". That way, when someone is removed from a card, the rule checks if there was only one person assigned to that card, and if it's the case, it triggers the action that I want to follow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, nice one! Not the most intuitive, but does the trick!
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.