I am trying to import tickets with agent-customer interactions from a different helpdesk system using JSON. I get an error that says "There was a problem validating the JSON file. The fields [] are not valid. I tried removing the [] it succeeds but no tickets or issues are generated. How do I go about doing this?
Hi @Mahad Uddin
How does the JSON you try to execute look like, this will greatly help community members to help in resolving your issue.
Thank you for your response. How would you like me to show how the JSON file look like? Sorry, I have no idea about coding at all. I exported the tickets from the helpdesk system in JSON and I thought just importing them into Jira would work. Apparently not.
Mind you I have taken no other steps (literally have no idea where to begin and what to search for). But back to my question, how do you want me to show what my JSON file looks like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mahad Uddin
Can you make a screenshot of a single issue?
You can also make a csv export and try to import it this way.
Is the system you exported from also Jira or different? If different look at the API documentation on creating issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I apologize for the delayed response.
I am not sure what you mean by screenshot of a single issue? Do you mean a couple lines from the JSON that I had exported?
The system is different. The JSON export from my current system is vastly different from what Jira requires. Atleast that's what I have figured out in my extensive research lol.
And I have over 120 JSON files with no technical coding skills lol. I can't possibly modify all those JSON files I have exported to match to the Jira requirements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mahad Uddin
You will need to as, Jira requires the JSON to import to be formatted in a certain way, as shown in the API documentation.
You export is in JSON from a different system, that system also has it's own formatting.
They use the same language, but not the same payload option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.