getWorklogUpdateAuthor

getWorklogUpdateAuthor

 

Syntax

getWorklogUpdateAuthor(worklog)

Package

 

Alias

 

Pkg Usage

 

Description

Returns the author who last updated the worklog.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

worklog

Number

Yes

Id of the selected worklog.

Return Type

String

Examples

Example 1

print(getWorklogUpdateAuthor(11201))

Prints the username of the author who last updated the worklog with id = 11201.

Example 2

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

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

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.