getWorklogAuthor
Syntax | getWorklogAuthor(issue, worklog) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns the author of a worklog.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
issue | String | Yes | Key of the selected issue. |
worklog | Number | Yes | Id of the selected worklog. |
Return Type
String
Example
print(getWorklogAuthor(key, 11201))Prints author's username of the worklog with id = 11201, on the current issue.