Info | ||
---|---|---|
| ||
This routine is available starting with katl-commons SIL Engine™ 2.5. |
Syntax
removeWorklogExistingEstimate(worklog)
...
Excerpt |
---|
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
Code Block |
---|
removeWorklogExistingEstimate(10000); |
...