I am trying to make a call to Jira server using spring restTmplate to search all issues. I am performing a post request with passing in the jql query in the body.
I am getting 400 error response with error message can not deserialize instance of Java.string out of START-ARRAY token through reference chain com.atlassian.Jira.rest.v2. Search.searchRequestBean[\”jql”]\}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.