Hello!
It seems in the Butler Bot days it was possible to have the Trigger simply be "when the name or the description of a card is changed", but that no longer seems to be an option and the closest I can get to it is this:
Hi @Eric Sirianni ! Yes, you're right - there's no obvious way to achieve this, but I believe the below rule should do what you want:
when the description of a card contains "{carddescription}", find the first card linked in the attachments, and set the card's description to "{triggercarddescription}"
The same should work for the card name using the {cardname} variable.
Hey @Hannah Humbert - Simpla Workflows! Really appreciate the response, and sorry mine is so late!
The one complication with this method is the first board in the equation is the customer's board, and we can't allow them to gain access of our internal systems so linking the other card as an attachment isn't an option.
I tried a few variations of this but the best I could get was the name of the card on the second board went blank.
when the name of a card in list "List Name" contains "{cardname}", find a card titled "{triggercardpreviousname}" on board "Master Board", and rename the card to "{cardname}"
Can you think of a way to accomplish this with a method similar to above?
Thank you for your time!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Eric Sirianni ! Np :) maybe try this one?
when the name of a card contains "{cardname}", find a card titled "{textbefore}", and rename the card to "{triggercardname}"
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Hannah Humbert - Simpla Workflows Hannah. Had the exact situation Eric described, would not have thought of building it this way, worked perfectly. You saved me much time and headache.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If this is critical to your business. you can setup an webhook with idModel = board id and you can filter action with type = updateCard and if the key 'old' = 'name' or 'desc' then you can using that to trigger a follow up action on the board or simply add a comment to the card which I believe can trigger a slack notification.
I used the above in my MirrorSync project. You can ignore most the post and look at the first video. It handles name change via a webhook.
https://community.atlassian.com/t5/Trello-discussions/A-MirrorSync-project/td-p/1818040
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This looks awesome, but considering I don't know what most of what you said means it might be best for me to stick with Butler 😂 Really appreciate the response though!
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.