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
Excerpt |
---|
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | removeWorklogExistingEstimate(worklog) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Removes the worklog and keeps Remaining time the same. |
Parameters for the server version:
...
Parameters for the cloud version:
...
Removes the worklog and keeps Remaining time the same.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
|
...
|
---|
worklog | Number | Yes | Id of the selected worklog. |
|
Return
...
Type
None
Example (server only)
Code Block |
---|
removeWorklogExistingEstimate(10000); |
Removes the worklog with id = 10000, keeping the old remaining time.
Example
...
Code Block |
---|
removeWorklogExistingEstimate( |
...
Removes the worklog with id = 10000 from the current issue, keeping the old remaining time.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 15025 |
---|
showSpace | false |
---|
cql | label = "jira_worklog_routine" and space = currentSpace ( ) |
---|
labels | jiraarray_worklog_routineroutines |
---|
|