Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Can not deserialize instance of java.util.ArrayList out of START_OBJECT token\n" exception during update of Resolution field #256

Open
swar00p opened this issue Jul 22, 2019 · 0 comments

Comments

@swar00p
Copy link

swar00p commented Jul 22, 2019

When I try to update the Resolution field (without doing a transition) for a closed defect, I'm getting an exception (Can not deserialize instance of java.util.ArrayList out of START_OBJECT token\n). I'm willing to work on this issue if somebody can just point me in the right direction. I'm pointing to the 0.6-SNAPSHOT version of the library in my pom.xml. Full exception stack trace is given below:

net.rcarz.jiraclient.JiraException: Failed to update issue DEV-2588 at net.rcarz.jiraclient.Issue$FluentUpdate.execute(Issue.java:384) at com.holonsolutions.jirautils.UpdateResolutionField.main(UpdateResolutionField.java:34) Caused by: net.rcarz.jiraclient.RestException: 400 : {"errorMessages":["Can not deserialize instance of java.util.ArrayList out of START_OBJECT token\n at [Source: org.apache.catalina.connector.CoyoteInputStream@32b87f0c; line: 1, column: 12] (through reference chain: com.atlassian.jira.rest.v2.issue.IssueUpdateBean[\"update\"])"]} at net.rcarz.jiraclient.RestClient.request(RestClient.java:171) at net.rcarz.jiraclient.RestClient.request(RestClient.java:193) at net.rcarz.jiraclient.RestClient.request(RestClient.java:238) at net.rcarz.jiraclient.RestClient.put(RestClient.java:434) at net.rcarz.jiraclient.RestClient.put(RestClient.java:452) at net.rcarz.jiraclient.Issue$FluentUpdate.execute(Issue.java:382) ... 1 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant