Availability
This routine is available starting with katl-commons 2.5.
Syntax
removeWorklogExistingEstimate(worklog)
Description
Removes the worklog and keeps Remaining time the same.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
worklog | Number | Yes | Id of the selected worklog |
Return type
None
Example
removeWorklogExistingEstimate(10000);
Removes the worklog with id = 10000, keeping the old remaining time.
See also