Unicode emojis don't return JSON data using API v2

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Issue Summary

      -User report that the API v2 page properties is not returning JSON data

      Steps to Reproduce

      1. An automatic page was created when the user created a new space, this was due to an experiment that is now closed.
      2. When the automatic page gets created a Unicode emoji gets created on this new page and that is causing the API not to return JSON data correctly
          },
                    "value":⭐️,
                    "key": "emoji-title-draft",
                    "id": "196823"
        

        Expected Results

      • The API should return only in JSON format
        },
                    "value": "2b50",
                    "key": "emoji-title-draft",
                    "id": "7766037"
        

        Actual Results

      -Unicode emojis are not being detected by the API, returning this

        },
                  "value":⭐️,
                  "key": "emoji-title-draft",
                  "id": "196823"
      

      Workaround

            Assignee:
            Roman Toropov
            Reporter:
            Berenice Espino
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: