-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Action - Create confluence page (Jira)
-
Minor
-
Jira Software
Issue Summary
User mention in comments overwrite the whole comment when using the rich text editor, such as in the new Edit page action
Steps to Reproduce
- Create a rule to edit a page in Confluence when a comment is added to a work item
- Use the smart value
{{comment.body}}
- Add a comment including a user mention.
Expected Results
The comment is copied as intended
Actual Results
The comment is overwritten by the user mention, only the user mention is copied to the page.
Workaround
For now, you can use the text function to escape the user mention
{{comment.body.text}}