Time Tracking fields (Original Estimated, Remaining Estimation) copy to another field by calculation (1h = 3600S). Created scripted field template as duration(Timetracking) and add this below script
Hello and Welcome to the Atlassian Community,
I can see two things happening here in the code:
issue.setCustomFieldValue(customField, result)
And
return result
As I understand it this is code for a scripted field? If so only he return statement sets the value on this scripted field.
What are you trying to do? What does not work as expected?
Regards,
Jeroen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.