getWorklogAuthor
Description
Returns the author of a worklog.
Parameters
Return Type
String
Example
print(getWorklogAuthor(key, 11201))
Prints author's username of the worklog with id = 11201, on the current issue.
See also
Peacock
Returns the author of a worklog.
String
print(getWorklogAuthor(key, 11201))
Prints author's username of the worklog with id = 11201, on the current issue.