Hi community!
Who can give a hint?
I'm making automation rule which is editing custom field (type - Text Field (multi-line)).
Need the text to be in a certain format (bold, italic, etc). But when I tried to add tags (ex. h1. /h2. / *bold* / <b>bold</b> etc), as a result, the text received the same text that was written in the rule without changing the format.
It there a solution to change text style by using automation rule?
My attempts to automation:
The result:
Hello! To get formatted text, you need to change the renderer of your custom field to be Wiki Style renderer. Once you do that you can use formatting such as *text*.
Great thanks, it works!
Log in to JIRA as a JIRA administrator.
Navigate to Administration | Issues | Field Configurations.
Click on the Configure link for the field configuration used by the project and issue type.
Click on the Renders link for the field to change.
Select the new renderer type from the Active Renderer drop-down list.
Click on Update to apply the change.
All the syntax of Wiki renderer is here: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa
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.