getLastComment

Description

Gets all the comment properties for the last issue comment.

Parameters

Return Type

JComment

Example

JComment cmt = getLastComment("DEMO-1"); runnerLog("Got comment:" + cmt["text"]);

See also