Hi team,
We are syncing tickets from JSM to Jira. When a ticket is created in JSM, a corresponding copy is created in our Jira Software project. The Owner/Engineer field (User picker field) in Jira Software is populated via automation, and this part is working as expected.
However, once the Owner/Engineer value is populated in Jira Software, it does not sync back to the JSM ticket. All other fields are syncing correctly; this is the only field that fails to sync.
Could you please advise why Exalate might not be able to sync this field?
I was wondering if the issue might be related to the field name. Could the “/” in Owner/Engineer be causing the problem? I did try using the custom field ID, but it still does not sync properly.
In the sandbox, the field is named Engineer and syncs correctly, which is why I am asking.
Please find the below script we are using, also got a confirmation from Exalate that the script is correct.
replica.customFields.“customfield_10071” = issue.customFields.“customfield_10071”
issue.customFields.“customfield_10071” = replica.customFields.“customfield_10071”
Also, tried with:
replica.customFields.“Project Manager” = issue.customFields.“Project Manager”
replica.customFields.“Owner/Engineer” = issue.customFields.“Owner/Engineer”
issue.customFields.“Project Manager” = replica.customFields.“Project Manager”
issue.customFields.“Owner/Engineer” = replica.customFields.“Owner/Engineer”
If similar problems have been encountered and found a solution, please share it.
Any insights would be greatly appreciated.
Regards,
Neha N Pai