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.
Hi,
sorry but I cannot find the possibility delete/remove attachments and whole descriptions from cards that are emailes into trello?
Isn't that possible?
THANK YOU
Hello!
I know this is kinda super late but I came across this question while looking for answers so I am adding my answer here.
To use Butler to delete the description of something automatically, just go to Automation -> Rules -> Content -> "set the card's description to" and write down: {null}
In the end, the whole description will look like this:
when a card [... trigger ...], set the card's description to "{null}"
Using the example by @RW , the working version would be:
when the description of a card contains "${*}", rename the card to "{wildcard1}", set the card's description to "{null}", post comment "Erst-Email gesendet am {date}", and set due in 2 days at 8:30 am
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, that is not working. I am using it like that:
when the description of a card contains "${*}", rename the card to "{wildcard1}", set the card's description to "null", post comment "Erst-Email gesendet am {date}", and set due in 2 days at 8:30 am
But with that, decription is not ermpty - now it say the word "null", so it just replaced.
What did I wrong?
And do you have links how to discard images and attachments via gmail? Should I send it to gmail and automatically forward it to trello?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah ok, i see how to forward without attachments. How do I get rif of the images?
It is very unconvenient, if every card emailed to trello shows my Logo as attachment in preview.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Try this
when a card is emailed into the board, set the card's description to "null"
Unfortunately,
Variables {attachmentlink} the link to attachment is available only in commands with triggers such as
when an attachment is added to a card
But with gmail or outlook trello add on, the attachments can be discarded.
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.