-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Work Item - Backend - Comments
-
1
-
Minor
Issue Summary
When using the smart value function issue.comments.last.body.html, in specific situations the system does not convert the asterisk symbol to the HTML tag <b>.
This is reproducible on the Data Center: yes
Steps to Reproduce
- Create a simple automation with an Issue commented trigger
- Add a log action component with the issue.comments.last.body.html function
- Comment on any issue using the markup bolder symbol "*" surrounding the whole text, i.e.: bold word. This will be converted to <b>bold word</b>.
- Now, bold just a part of the text, ie: partially bold. This is not being correctly converted and the audit log is showing that the function doesn't recognize the asterisk in the middle of the text: par*<b>tially*</b> bold
Issue commented

Audit log

Expected Results
<p>The following text is partially bolded: L<b>ore</b>m Ip<b>sum</b></p>
Actual Results
<p>The following text is partially bolded: L*ore*m Ip*sum*</p>
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available