workLogHelper

    The workLogHelper provides functions to manipulate worklogs


    JIRA CLOUD

    TitleDescription
    addWorkLog

    Adds a worklog to the worklogs list

    • Startdate is a date formatted 'yyyy/MM/dd'
    • timeSpent is a pretty formatted duration such as '1w 2d 3h 4m'
    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

    TitleDescription
    addWorkLog

    Adds a worklog to the worklogs list

    • Startdate is a date formatted 'yyyy/MM/dd'
    • timeSpent is a pretty formatted duration such as '1w 2d 3h 4m'
    filterLocal - workLogs

    Returns a list of workLogs, visible for all users.

    mergeNewWorkLogs

    mergeNewWorkLogs merges the differences between orignal worklogs
    and newWorklogs into the resulting 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.