Hello,
I tried to bold my text when sending email when I use Automation for Jira.
Tried adding * on the start and end of my text. When I get the email it doesn't bold the text.
Is it possible like it is when you're using the normal automation?
Thanks
Hi @Harry Bob ,
I'm guessing this is then through the action "Send Email"?
What do you have set as the email type (HTML?) If it is plain text then it makes sense nothing happens (as it is plain text).
If you have it set to HTML you can use html tags.
For example you can surround the text you want in bold with <b>Your text here</b>
or more specific in your screenshot <b>summary: {{issue.summary}}</b>
Other text formatting options are available such as italics <i></i> and many others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can we expand on "many others"....would <strong> work?
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.