Hi,
Is there a way for me to display in the email the table that is set as part of the default value of a custom field?
Currently, it is displayed like this in the email sent:
||Date/Time||Tasks||Owner||
| | |
| | |
| | |
I assumed it will look like this in the email. I used smart value to pull the custom field's content.
Thanks!
Hi, @Kayle Saunar
You have to change value format. It's can be done by adding .htmlEncode after field name in smart value. In your case it will look like:
{{issue.description.htmlEncode}}
More information on formatting you can find here:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-text-fields/
And here:
https://confluence.atlassian.com/automation/smart-values-syntax-and-formatting-1141480622.html
Hi @Evgenii ,
Thank you for helping. However, the 'htmlEncode' did not work for me. I've checked the documentation then did a bit of search from what you've given and used '.html'
It looked like {{issue.description.html}} then put '.replace' to be able to see the table borders and some styling.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kayle Saunar
would you mind sharing how your final solution looks like? We are currently trying to send an automation Mail that contains tables in the description field.
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.