Skip to end of banner
Go to start of banner

getWorklogComment

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Returns the comment associated with the worklog.

Parameters

Return Type

String

Examples

Example 1

print(getWorklogComment(11201))

Prints the comment associated with the specified worklog (the worklog with id = 11201).

Example 2

for(number id in getWorklogIdsForUser("admin", key)){
  print(getWorklogComment(id))
}

Prints the comment associated with the admin's worklogs of the current issue.

See also

  • No labels