Skip to end of banner
Go to start of banner

getWorklogUpdatedDate

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 last date when the worklog was updated.

Parameters

Return Type

Date

Examples

Example 1

print(getWorklogUpdatedDate(11201))

Prints the last date when the worklog with id = 11201 was updated.

Example 2

for(number id in getWorklogIds("admin",key)){
  print (getWorklogUpdatedDate(id))
}

Prints the last date when the admin's worklogs of the current issue were updated.

See also

  • No labels