Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

issueKey

String

Yes

Issue key.

Return Type

#1JComment

Example

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

...