removeWorklogSetEstimateTo
Description
Removes the worklog and sets Remaining time to the value of setTo.
Parameters
Return Type
None
Example
removeWorklogSetEstimateTo(key, 10000, "8h");
Removes the worklog with id = 10000 from the current issue, setting the remaining time to 8 hours.
See also
Peacock