getWorklogUpdatedDate

getWorklogUpdatedDate

 

Syntax

getWorklogUpdatedDate(worklog)

Package

 

Alias

 

Pkg Usage

 

Description

Returns the last date when the worklog was updated.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

worklog

Number

Yes

Id of the selected worklog.

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

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.