Closed Bug 1475807 Opened 7 years ago Closed 7 years ago

Emoji in short description field truncated in JSON

Categories

(bugzilla.mozilla.org :: General, defect)

Production
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: emceeaich, Unassigned)

Details

STR Go to https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,status&bug_id=1475740&bug_id_type=anyexact Expected result: ``` { "bugs" : [ { "id" : 1475740, "status" : "NEW", "summary" : "Syntactic Sugar for Searches 🍭" } ] } ``` Actual result: ``` { "bugs" : [ { "id" : 1475740, "status" : "NEW", "summary" : "Syntactic Sugar for Searches" } ] } ```
this was caused by db replication lag; rest output looks correct now.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.