The workLogHelper provides functions to manipulate worklogs
Supported in JIRA SERVER JIRA CLOUD
Title | Description |
---|---|
addWorkLog |
Adds a worklog to the worklogs list
|
filterLocal - workLogs |
|
mergeNewWorkLogs |
|
mergeWorkLogs |
mergeWorkLogs does not touch any of the worklogs that exist only locally (were not synchronized yet / are filtered out from synchronization)
|
mergeWorkLogs - with custom handling |
Use a closure function to define how the workLogs should behave.
|