-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
Issue Summary
Using Automation to send an email with the card's description containing a link results in incorrect formatting. Instead of sending the link, the markdown is sent.
Steps to Reproduce
- Create a card with a link in the description.
- Create an Automation rule with an action to send an email with the variable {carddescription} in the message field.
- Run the automation.
- Check the email received.
Expected Results
The link should be formatted correctly. For example: https://www.trello.com
Actual Results
The link is sent as markdown with the blank quotes at the end, so the email doesn't recognize it as a link. For example: [https://www.trello.com(https://www.trello.com] "")
Workaround
Before sending the email, edit the card description, click the link and unlink it.