When submitting my form I get the following error:
com.atlassian.sal.api.net.ResponseException: Error communicating with Jira, {"errorMessages":[],"errors":{"customfield_14214":"Operation value must be a number"}}
JSON I'm sending for that field looks like:
"customfield_14214": "[entry.fees]",
And the field type is set to Numeric. I tried using the .formatNumber() virtual function but that didn't help.
Any ideas?
Actually, I just answered my own question. JSON for numeric fields don't need quotes. 🤦‍♀️
Remove the quotes... if that is a numeric value in JSON then it should not have quotes around (these are for text values)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.