Is there a valid sample JSON string for importing?

Steven Worley April 5, 2017

I have been trying to import external JSON source using the wizard in a JIRA cloud instance version 1000.0.16. While trying to debug the issue with the script that we had set up to build the JSON string.

I have been following the documentation outlined https://confluence.atlassian.com/adminjiraserver071/importing-data-from-json-802592907.html the samples provided on this page do not work with the cloud JSON importer.

The error displayed is:

Unexpected failure occurred. Importer will stop immediately. Data may be in an unstable state.

After some massaging of the data I have been able to get it to a point where it doesn't display an unexpected failure but it says the issue is invalid without any further information.

1 answer

0 votes
Rudy Holtkamp
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 5, 2017

Does the file has a valid JSON format?

You can check it with: http://jsonlint.com/

 

Steven Worley April 5, 2017

Yeah it's valid JSON. I tried with the sample JSON file provided in the documentation which didn't work either (gave the above error).

Both JSON files were valid JSON.

Suggest an answer

Log in or Sign up to answer