How to get the Jira resolution fields to ADO Custom fields

How to get the Jira resolution fields to ADO Custom fields

Hi,

Essentially, you need to send the field out from Jira:

replica.resolution = issue.resolution

And then populate it into the ADO field (e.g. called ADO Resolution):

workItem.customFields."ADO Resolution".value = replica.resolution?.name

Hope it helps!

Thanks
Majid