The workLogHelper provides functions to manipulate worklogs
JIRA CLOUD
| Title | Description | 
|---|---|
| addWorkLog | Adds a worklog to the worklogs list 
 | 
| filterLocal - workLogs | Returns a list of workLogs, visible for all users. | 
| mergeWorkLogs - with custom handling | Merges the worklogs from two sides and allows adjusting details of every synced workLog. Use a closure function to define how the workLogs should behave. | 
JIRA SERVER
| Title | Description | 
|---|---|
| addWorkLog | Adds a worklog to the worklogs list 
 | 
| filterLocal - workLogs | Returns a list of workLogs, visible for all users. | 
| mergeNewWorkLogs | mergeNewWorkLogs merges the differences between orignal worklogs | 
| mergeWorkLogs - with custom handling | Merges the worklogs from two sides and allows adjusting details of every synced workLog. Use a closure function to define how the workLogs should behave. |