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 two particular columns, let's say they're called New Orders and Ready to Eat. A card should never end up in Ready to Eat that hasn't been Checked for Ants. A card keeps track of whether or not it has been Checked for Ants using a checkbox named Checked for Ants. Is it possible to configure the board or card in such a way that if a user were to try moving a card from New Orders to Ready to Eat without having completed the Checked for Ants checkbox, the card wouldn't move?
So far the closest I've been able to find is using an automation that triggers when a card without that check is moved into Ready to Eat and moves the card back to New Orders, but that leaves open the strong possibility of the user not noticing that the card had been moved back.
Welcome to the community!
As far as I know, this isn’t possible with Vanilla Trello UI.
But you could likely do this using Trellinator that would allow you to configure who is allowed to move cards from one list to another given certain conditions.
Here’s another community post (and I’m sure there are others if you search for them) that talks about this.
Trellinator is an open source framework that lets you automate Trello (amongst other things) using Google Apps Script.
If you haven’t used it before, these resources might be good starting points:
- Hamza
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.