DEPRECATED!
Use mergeWorkLogs instead.
This article applies to Exalate Classic only. If you're using the New Exalate experience, please refer to the New Exalate documentation.
Signature
| Helper | worklogHelper |
| Signature | mergeNewWorkLogs(List originalWorklogs,
List newWorkLogs,
List resultWorkLogs) |
| Description | mergeNewWorkLogs merges the differences between orignal worklogs
|
| Introduced in | 0.12.0 |
Example use
... worklogHelper.mergeNewWorkLogs(previous.workLogs, replica.workLogs, issue.workLogs) ...