Worklog Structure

    Object worklog
    Fields

    id, author, body, created, updated, updateAuthor, startDate, timeSpent, comment

    Introduced in 0.5

    Fields

    # Field name Comment Object type
    1 id The ID. Long
    2 author The author of a comment. User
    3 body The body of a comment. String
    4 created When a comment is created. Date
    5 updated When a comment is updated. Date
    6 updateAuthor The user who updated a comment.

    User


    7 startDate The date when time is spent. Date
    8

    timeSpent

    The time spent in seconds. Long
    9 comment The Comment / Description provided in a work log.  String

    Adjusting Estimates

    setManuallyAdjust 
     Selects this option to manually adjust the remaining estimate value by subtracting the amount of time you specify in this field.

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

    setAutoAdjust 
    If the worklog is added, Exalate reduces the estimate of the issue by timeSpent of the worklog.