You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
I have a required custom field (story points/estimate). When I submit an issue via the Sentry-> Jira integration, the request fails, apparently because the value for the custom field is sent as a string, not as a numerical value.
The request POST data contains "customfield_00124": "2"
The error is: "Operation value must be a number".
This basically renders the integration unusable :(
The text was updated successfully, but these errors were encountered:
I have a required custom field (story points/estimate). When I submit an issue via the Sentry-> Jira integration, the request fails, apparently because the value for the custom field is sent as a string, not as a numerical value.
The request POST data contains
"customfield_00124": "2"
The error is: "Operation value must be a number".
This basically renders the integration unusable :(
The text was updated successfully, but these errors were encountered: