You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
To reproduce:
In browser:
HTTP500
(XHR)POST - http://mydomain/rest/servicedesk/1/customer/models
catalina out:
2018-08-28 10:51:41,007 http-nio-8080-exec-20 ERROR [my username] 651x506x1
ca5tto [my IP] /rest/servicedesk/1/customer/models
[c.a.p.r.c.error.jersey.ThrowableExceptionMapper]
Uncaught exception thrown by REST service:
Can not deserialize instance of int out of START_OBJECT token
at [Source: org.apache.catalina.connector.CoyoteInputStream@a7cdaa1;
line: 1, column: 194] (through reference chain:
com.atlassian.servicedesk.internal.rest.requests.ModelsRequest["options"]->
com.atlassian.servicedesk.internal.rest.requests.ModelsRequestOptions["portalId"])
org.codehaus.jackson.map.JsonMappingException:
Can not deserialize instance of int out of START_OBJECT token
at [Source: org.apache.catalina.connector.CoyoteInputStream@a7cdaa1;
line: 1, column: 194] (through reference chain:
com.atlassian.servicedesk.internal.rest.requests.ModelsRequest["options"]->
com.atlassian.servicedesk.internal.rest.requests.ModelsRequestOptions["portalId"])
at org.codehaus.jackson.map.JsonMappingException.from(JsonMappingException.java:163)
I've reproduced this bug with 3.14.2 and 3.15 on MS Edge.
Chrome works perfectly.