The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How do you make it so your ticket description has bold text when it's created by Jira automation

How do you make it so your ticket description has bold text when it's created by Jira automation

Carlos Lara
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 11, 2025

Creating Jira tickets with Jira automation, I tried using *word* to bold words in the description field, but when the ticket gets created by the automation, the description in the real ticket doesn't contain any bold *word*s.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Vikrant Yadav
Community Champion
April 11, 2025

Hi @Carlos Lara  Welcome to Atlassian Community!

For making a text bold use **bold** syntax.

Markdown language works for text fomatting via automation

*italic* italic Also _italic_ works
**bold** bold Also __bold__ works
***bold italic*** bold italic Triple asterisks
~~strikethrough~~ strikethrough Useful for edits
`code` code Inline code
0 votes
Brant Schroeder
Community Champion
April 11, 2025

@Carlos Lara welcome to the Atlassian community

Can you share a screenshot of your automation so I can see what you are doing.  The *Word* is the correct way to bold an issue in an automation.