You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi everyone! I hope you're all fine,
I'm trying to perform some data import automations and I'm facing some problems with the JSON Object Schema
I'm following the next documentation: Import Rest API Guide
When I try to perform a PATCH call (step 5a: Submit schema and mapping configuration)
I get the next error:
With a 400 status code, the next result:
Yes, the errors are quite descriptive, so it means my JSON Object Schema file is outdated
So, I started to look around how to get one, but, I haven't been able to find a way to get a JSON like the showed in the Import REST API Guide...
I found this (REST API Object Schema), but, yes, returns info about the schema, but not like the import one
I hope you could help me out, please
Btw, I'm using Python 3
Thanks in advance,
Best regards.