setRetain Utility Function for Worklog

    Signature

    Signature
    setRetain()
    Description

    Select this option if you do not want to change the issue's remaining estimated value. 

    Introduced in2.4.0

    Example use

    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.