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