Worklog Structure

    Objectworklog
    Fields

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

    Introduced in0.5

    Fields

    #Field nameCommentObject type
    1idThe ID.Long
    2authorThe author of a comment.User
    3bodyThe body of a comment.String
    4createdWhen a comment is created.Date
    5updatedWhen a comment is updated.Date
    6updateAuthorThe user who updated a comment.

    User


    7startDateThe date when time is spent.Date
    8

    timeSpent

    The time spent in seconds.Long
    9commentThe 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.