Info | ||
---|---|---|
| ||
This routine is available starting with SIL Engine™ 2.5. This routine is available for Jira server and cloud deployment options. |
Syntax for the server version:
removeWorklogExistingEstimate(worklog)
Syntax for the cloud version:
removeWorklogExistingEstimate(issue, worklog)
Description
Excerpttable-plus | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Description
Excerpt | ||
---|---|---|
| ||
Removes the worklog and keeps Remaining time the same. |
Removes the worklog and keeps Remaining time the same.
Parameters
...
Parameters for the cloud version:
...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
...
...
|
Return
...
Type
None
Example
...
Code Block |
---|
removeWorklogExistingEstimate(10000); |
Removes the worklog with id = 10000, keeping the old remaining time.
Example (cloud only)
code
removeWorklogExistingEstimate(key, 10000);
Removes the worklog with id = 10000 from the current issue, keeping the old remaining time.
See also
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|