Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Jianmin ZhaoJianmin ZhaoReporter
Jim BordenJim BordenStory Points
5Components
Fix versions
Affects versions
Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Jianmin Zhao
Jianmin ZhaoReporter
Jim Borden
Jim BordenStory Points
5
Components
Fix versions
Affects versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created February 6, 2021 at 12:34 AM
Updated April 21, 2021 at 9:16 PM
Resolved April 1, 2021 at 11:45 PM
Query
The above parses into the following incorrect JSON representation:
{"FROM":[{"AS":"scratch"}],"WHAT":[["CASE",null,["=",["+",1,1],3],["+",7,7],["=",["+",2,2],5],["+",8,8]]]}
Instead of the expected
{"FROM":[{"AS":"scratch"}],"WHAT":[["CASE",["=",["+",1,1],3],["+",7,7],["=",["+",2,2],5],["+",8,8]]]}