-
Sub-task
-
Resolution: Fixed
-
Low
-
None
-
None
-
None
Problem Statement
Curly Brackets "{ }" is displayed on the New Issue View after importing from Jira backups
Steps to replicate
- Create a new issue on Cloud/Server instance
- Using the Old Issue View, bold a sentence using curly brackets on Description/Comment field
eg.{*}text here\{*}
- Export Jira
- Restore using the backup
- View the same issue using New Issue View
Expected result
Curly Brackets hidden from the New Issue View and text is bold
text here
Actual Result
Curly Brackets is shown from the New Issue View while text is bold out
{}text here{}
Notes
- Updating DB to remove curly braces (even to any other words) will update the old issue view but not on the new issue view using the query below:
Update jiraissue set DESCRIPTION = REPLACE(DESCRIPTION,'\{*}','*') where pkey = 'KAN' and issuenum = '8'
Workaround
View issues within the old issue view