removeWorklogExistingEstimate
Syntax | removeWorklogExistingEstimate(issue, worklog) | Package |
|
Alias |
| Pkg Usage |
|
Description
Removes the worklog and keeps Remaining time the same.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
issue | String | Yes | The issue key. |
worklog | Number | Yes | Id of the selected worklog. |
Return Type
None
Example
removeWorklogExistingEstimate(key, 10000);Removes the worklog with id = 10000 from the current issue, keeping the old remaining time.