Description
Gets all the comment properties for the last issue comment.
Parameters
Return Type
Example
JComment cmt = getLastComment("DEMO-1"); runnerLog("Got comment:" + cmt["text"]);
See also
Gets all the comment properties for the last issue comment.
JComment cmt = getLastComment("DEMO-1"); runnerLog("Got comment:" + cmt["text"]);