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

removeWorklogExistingEstimate(worklog)

...

Excerpt
Removes the worklog and keeps Remaining time the same.

...


Parameters

ParameterTypeRequiredDescription
worklogNumberYesId of the selected worklog.

Return type

None

Example

Code Block
removeWorklogExistingEstimate(10000);

...