Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-70555 New Issue View in Jira Cloud
  3. JRACLOUD-72971

Curly Brackets "{ }" is displayed on the New Issue View after performing Jira import

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • Low
    • None
    • None
    • None

    Description

      Problem Statement

      Curly Brackets "{ }" is displayed on the New Issue View after importing from Jira backups

      Steps to replicate

      1. Create a new issue on Cloud/Server instance
      2. Using the Old Issue View, bold a sentence using curly brackets on Description/Comment field
        eg.
        {*}text here\{*}
        
      3. Export Jira
      4. Restore using the backup
      5. 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            ashohaimi Syauqi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: