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.
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~~ |
Useful for edits |
`code` |
code |
Inline code |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
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.