Originally asked by Moogambigai G R on 29 October 2021 (original question)
Hi Team,
We have a text field called “Software Level 2” and “OEM Software Level 2”. we are trying to sync two fields, but field is not syncing.
We have other text fields also, but those fields are syncing perfectly.
Outgoing sync:
replica.customFields.“11201” = issue.customFields.“17049” //Software leve1 2 //OEM Software level 2
Incoming sync:
issue.“17049” = replica.“11201” //Software leve1 2 //OEM Software level 2
Please assist.
Regards,
Moogambigai G R
Comments:
Ariel Aguilar commented on 29 October 2021
Hi there,
The outgoing is fine. However, for the incoming, you should try:
issue.customFields."17049".value = replica.customFields."11201".value //Software leve1 2 //OEM Software level 2
Let me know if that works for you.
Kind regards,
Ariel
Moogambigai G R commented on 01 November 2021
Hi Ariel,
We have tried the solution in incoming side, still its not syncing.
Outgoing sync:
replica.customFields.“11201” = issue.customFields.“17049” //Software leve1 2 //OEM Software level 2
Incoming sync:
issue.customFields."17049".value = replica.customFields."11201".value //Software leve1 2 //OEM Software level 2
Please assist.
Regards,
Moogambigai G R
Moogambigai G R commented on 01 November 2021
Hi Ariel,
We are trying to sync in same instance from one project to other project (DAR →OEM).
- If Same field id is used in both project the sync is happening.
Outgoing sync:
replica.customFields.“11201” = issue.customFields.“11201” //Software leve1 2
Incoming sync:
issue.customFields."11201" = replica.customFields."11201"//Software leve1 2
- If different custom field id is used to sync from one to project to other, sync is not happening.
Outgoing sync:
replica.customFields.“11201” = issue.customFields.“17049” //Software leve1 2 //OEM Software level 2
Incoming sync:
issue.customFields."17049".value = replica.customFields."11201".value //Software leve1 2 //OEM Software level 2
Please assist
Regards,
Moogambigai G R
Moogambigai G R commented on 05 November 2021
Hi Ariel Aguilar
Any update on my questions?
Regards,
Moogambigai G R