Hello all,
I am currently implementing a synchronisation between two Jira Cloud instances. Overall it is working with general/default information and components. The goal is to set specific Jira Assets/Insights as default for values (where we know the asset id) in the ticket itself in the Exalate Incoming Script.
We are working with different kinds of Assets/Insights objects. For instance Customer which is defined as an Asset object in Jira with different attributes (ids, …) and values. Normally you can select wich Asset object you would like in the Customer field in the ticket.
I have already checked other forum entries and this documentation: How to Sync Insight Custom Fields but they are either not fully answered/working and the documentation (if I understood it correctly) only assigns the replica Insight field as a string to the issue which doesn’t work in my case because I have to assign the object itself.
I already tried fetching via REST API the Jira Asset object via ID which worked but when I try to assign it to the Insight/Asset custom field object (not a string) of the ticket it is never assigned and stays empty.
Does someone have a solution for this case?
Any help is appreciated!
Thanks!
Best Regards,
ExalateUser321