Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
We tried below script but this is not working as expected
def hobbyMap = ["Academy": "0010", "Lulu": "0010", "Pet": "0010", "Sep": "0010"]
def remoteHobbies = replica.customFields." 10635 "?. Value? .Value
issue.customFields." desinationcustomfield ".value = remoteHobbies.collect{hobbyMap [it]?: it}