removeWorklogExistingEstimate
Syntax | removeWorklogExistingEstimate(worklog) | Package |
|
Alias |
| Pkg Usage |
|
Description
Removes the worklog and keeps Remaining time the same.
Parameters
Parameter name | 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.