getWorklogCreatedDate
Description
Returns the created date of a worklog.
Parameters
Return Type
Date
Example
print(getWorklogCreatedDate(key, 11201))
Prints the created date of the worklog with id = 11201, on the current issue.
See also
Peacock
Returns the created date of a worklog.
Date
print(getWorklogCreatedDate(key, 11201))
Prints the created date of the worklog with id = 11201, on the current issue.