Hello everyone,
I am searching for a way to import and export all objects and their attributes in an object schema at the same time. I was wondering if anyone did this and if they could help me.
I started researching how to do this using API calls, but it is not going well. Here in the community I found some posts about this but they are related to Server, not Cloud.
I am aware that it is possible to export and import objects using API, but the problem is that I would again have to this one object type at a time (like the out of the box option).
Any help is greatly appreciated. Thank you.
Hi Danilo,
There is a dedicated API and flow for this. The Asset Import API consists of a flow, a series of calls that use the External import option you can find in the UI when trying to configure an import there. It provides a way of pushing an entire import JSON to the import engine, processing it as it would using the manual import.
The documentation:
https://developer.atlassian.com/cloud/assets/imports-rest-api-guide/workflow/
I got it working this way using python.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.