removeWorklogIncreaseEstimateBy
Description
Removes the worklog and the Remaining time will be increased by the value of increaseBy.
Parameters
Return Type
None
Example
removeWorklogIncreaseEstimateBy(key, 10000, "4h");
Removes the worklog with id = 10000 from the current issue, increasing the remaining time by 4 hours.
See also
Peacock