Hi all
I try to import the worklog created date and found some examples.
With the settings below it will add the field to each worklog, but shows it as 1.
Is anyone able to tell me, what i’m doing wrong?
[jira.customfield_worklog_date_created]
name = "Worklog date created"
data_type = "datetime"
worklog = true
javascript_code = '''
worklog.customfield_worklog_date_created = worklog.created;
'''
- Import as measure
- Import value changes