,/p>
Signature
Signature | setRetain() |
Description |
Select this option if you do not want to change the issue's remaining estimated value. |
Introduced in | 2.4.0 |
Example use
issue.workLogs = workLogHelper.mergeWorkLogs(issue, replica, { worklog -> worklog.setRetain() })
issue.workLogs = workLogHelper.mergeWorkLogs(issue, replica, { worklog -> worklog.setRetain() })
Comments
The setRetain is a utility function that leaves the remaining estimate of the issue unchanged.