Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Sujay GadSujay GadReporter
Jeelan PoolaJeelan Poola(Deactivated)Is this a Regression?
UnknownTriage
UntriagedDue date
Mar 11, 2022Story Points
1Priority
CriticalInstabug
Open Instabug
Details
Details
Assignee
Sujay Gad
Sujay GadReporter
Jeelan Poola
Jeelan Poola(Deactivated)Is this a Regression?
Unknown
Triage
Untriaged
Due date
Mar 11, 2022
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created March 17, 2022 at 9:41 AM
Updated April 7, 2022 at 10:24 AM
Resolved April 6, 2022 at 6:39 AM
I have a 7.X function "basicLocalCurlGetWithTiming.json" that used to import and work fine. I now get an error that says:
Function tries to overload following builtin API(s): curl
If I edit the javascript and global replace the word
curl with rest
then replace
rest( with curl( for the actual function call
the issue goes away, not sure if it is the variable names, comments, or strings in he log calls.
Update: You can replace the variable do_curl with do_rest and the issue will also go away.