How to synchronize custom fields from Azure to Jira in Visual Mode?

Originally asked by Harold Oconitrillo on 21 October 2022 (original question)


Thought this might be a quick fix. I’m trying to statically two user fields in ADO using Exalate, but they’re not working. Can you see anything missing here? The users exist in Jira.

AES_ONSITE.issue.customFields."BA Owner"?.value = nodeHelper.getUserByEmail("example@email.com")
AES_ONSITEL.issue.customFields."Product Owner"?.value = nodeHelper.getUserByEmail("example@email.com")

Thanks.


Answer by Keynes Desir on 25 October 2022

Had to use the user id’s for the remote (jira) part. All set.


Answer by Keynes Desir on 24 October 2022

Hello,

Any updates?


Comments:

Harold Oconitrillo commented on 25 October 2022

Hello Keynes,

Feel free to review the below documentation to script adaptation.

https://docs.idalko.com/exalate/x/QgTuAg

https://docs.idalko.com/exalate/x/0wDBAg

Do not hesitate to contact us back if you have any further question.

Kind regards,

Harold Cruz