Skip to end of banner
Go to start of banner

getWorklogAuthor

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

« Previous Version 6 Next »

Availability

This routine is available starting with katl-commons 2.5.

Syntax

getWorklogAuthor(worklog)

Description

Returns the author of a worklog.

Parameters

ParameterTypeRequiredDescription
worklogNumberYesId of the selected worklog.

Return type

String

Example 1

print(getWorklogAuthor(11201))

Prints author's username of the worklog with id = 11201.

Example 2

for(number id in getWorklogIds("2012-05-23 16:01:00",key)){
 print(getWorklogAuthor(id))
}

Prints the author for the  worklogs of the current issue who have the start date =  "2012-05-23 16:01:00".

See also

 

  • No labels