getWorklogComment
Description
Returns the comment associated with the worklog.
Parameters
Return Type
String
Example
print(getWorklogComment(key, 11201))
Prints the comment of the worklog with id = 11201, on the current issue.
See also
Peacock
Returns the comment associated with the worklog.
String
print(getWorklogComment(key, 11201))
Prints the comment of the worklog with id = 11201, on the current issue.