getWorklogIds

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center?Ā Click hereĀ !

Availability

This routine is available starting with katl-commons 2.5.

Syntax

getWorklogIds(date, issueKey)

Description


Returns an array with the ids of the worklogs for the specified date and issue.

Parameters

ParameterTypeRequiredDescription
dateDateYesDate for which the work was logged.
issueKeyStringYesKey of the selected issue.

Return type

Number []

Example 1

getWorklogIds("2012-05-23 16:01:00",key)

Returns an array containing the ids of all the worklogs of the current issue who have the start date =Ā  "2012-05-23 16:01:00".

See also