I am unable to import comments in JSON import feature

Thompson Cherian June 19, 2017

This is the error I am getting

java.lang.RuntimeException: org.codehaus.jackson.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 9)): has to be escaped using backslash to be included in string value
 at [Source: java.io.StringReader@73f9c253; line: 335, column: 30]

And here's the json file

 

2 answers

0 votes
Thompson Cherian June 20, 2017

Thanks Dario for the answer. I was able to find the solution after a while. It was the \r or new line problem. Was able to fix it.

Thanks again.

Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 20, 2017

Nice to hear so! :) 

 

Have a good day.

 


Best Regards,
Dario
Atlassian Cloud Support

0 votes
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 20, 2017

The JSON file is not attached.

However, the error message says that on line 335, column 30, you have an invalid character that should be either escaped using backslash \ or surrounded by quotes. 

Not having the JSON file I cannot check which character it is.

 

 

 

Suggest an answer

Log in or Sign up to answer