Worklog interface
This document details the methods of the Worklog interface you can use on a work log, such as those returned by the Getters when you access the Work log.
Method | Return type | Returns |
---|---|---|
getAuthorKey() | String | Key of the user who is the author of the Work log |
getAuthorObject() | ApplicationUser | User who is the author of the Work log |
getComment() | String | Comment added to the work log |
getCreated() | Date | Work log creation date |
getGroupLevel() | String | Group level the work log is applicable to |
getId() | Long | Id of the work log |
getIssue() | Issue | Issue on which the work log is added |
getRoleLevel() | ProjectRole | Project role the work log is applicable to |
getRoleLevelId() | Long | Project role Id the work log is applicable to |
getStartDate() | Date | Work log start date |
getTimeSpent() | Long | Logged time spent |
getUpdateAuthorKey() | String | Key of the user who updated the Work log |
getUpdateAuthorObject() | ApplicationUser | User who has updated the Work log |
getUpdated() | Date | Work log updated date |