Sync timeSpent doesn't work

Originally asked by Alessandro Scavella on 22 June 2023 (original question)


We are trying with:

replica.timeSpent          = issue.timeSpent
replica.originalEstimate   = issue.originalEstimate
replica.remainingEstimate  = issue.remainingEstimate
replica.workLogs = issue.workLogs

without success to sync these parameters.

Anyone have some work solutions?


Comments:

Stéphane Thillay commented on 04 July 2023

Hi Alessandro,

The sample lines you provide look like the outgoing script. does the incoming script of the “other side” get those fields/values?

Have you consider using debug.error() (debug.error | Exalate Documentation) to stop the synchronisation and look at the replicas’ content (outgoing/incoming). You may check that the fields are there and populated.

Regards,

Stéphane