I want to trigger an action whenever a card is moved to any list except two (2). This forces me to create multiple triggers for the majority of the lists on the board.
Is there a way to generalize the target list criteria, similar to how the source list criteria can be relativized?
Thanks in advance.
Potentially variables could solve this for you? For example, let's say I want to move all cards with the green label on board A to board B. In board A, the lists are 1, 2, and 3, and I also have these lists on board B. When I apply the green label to a card in board A that's in list 1, I want it to move to board B and land in list 1 also.
The rule would be "When a green label is applied to a card, move the card to list {triggercardlistname} in board B".
You would just need to ensure the lists are named exactly the same on both boards.
Does that make sense for your workflow?
Unfortunately, this 'mirroring hack' will not do as I am only working with a single board. Also, the need is more along the lines of being able to filter which list(s) on the board triggers an action whenever a card is moved into it from another list on the same board.
The current way of doing this creates a tedium when the trigger should be one the majority of the lists. For instance, if I have 10 lists on a board, and I want to create a "when a card is added to list" trigger all of them, except 2, I will have to create 8 separate triggers. Is there a way to just say, "when a card is added to list except..."?
Nevertheless, I appreciate your feedback; it was a good try. :)
Best Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, gotcha. Maybe try using one of the following:
Alternatively, you could use regex in your trigger to create an OR statement. E.g.
Using regex:/.*(A|B|C).*/ means that the trigger will apply when a card is added to lists A, B, or C.
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.
Great! Happy to help. Hope that works out for you 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it works fine. Just curious to know if Trello's regex engine supports case-insensitivity. This would be most helpful.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good question! I'm not entirely sure actually. There's no documentation around the regex function that I know of, so it might be worth reaching out to Trello directly to see if they're able to share any additional information around how it works (or you could just test it out :)).
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.