getLastComment
Syntax | getLastComment(issueKey); | Package |
|
Alias |
| Pkg Usage |
|
Description
Gets all the comment properties for the last issue comment.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
issueKey | String | Yes | Issue key. |
Return Type
Example
JComment cmt = getLastComment("DEMO-1");
runnerLog("Got comment:" + cmt["text"]);