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