getLastComment
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"]);
Gets all the comment properties for the last issue comment.
JComment cmt = getLastComment("DEMO-1");
runnerLog("Got comment:" + cmt["text"]);