Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with katl-commons SIL Engine™ 2.5.

Syntax

removeWorklogSetEstimateTo(worklog, increaseBy)

...

Excerpt
Removes the worklog and sets Remaining time to the value of setTo.


Parameters

ParameterTypeRequiredDescription
worklogNumberYesId of the selected worklog.
setToIntervalYesInterval to set the Remaining time with.

Return type

None

Example

Code Block
removeWorklogSetEstimateTo(10000, "8h");

...