Name | Type | Description | Notes |
---|---|---|---|
self | String | The URL of the worklog item. | [optional] |
author | AllOfWorklogAuthor | Details of the user who created the worklog. | [optional] |
updateAuthor | AllOfWorklogUpdateAuthor | Details of the user who last updated the worklog. | [optional] |
comment | Object | A comment about the worklog in Atlassian Document Format. Optional when creating or updating a worklog. | [optional] |
created | OffsetDateTime | The datetime on which the worklog was created. | [optional] |
updated | OffsetDateTime | The datetime on which the worklog was last updated. | [optional] |
visibility | AllOfWorklogVisibility | Details about any restrictions in the visibility of the worklog. Optional when creating or updating a worklog. | [optional] |
started | OffsetDateTime | The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog. | [optional] |
timeSpent | String | The time spent working on the issue as days (\#d), hours (\#h), or minutes (\#m or \#). Required when creating a worklog if `timeSpentSeconds` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpentSecond` is provided. | [optional] |
timeSpentSeconds | Long | The time in seconds spent working on the issue. Required when creating a worklog if `timeSpent` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpent` is provided. | [optional] |
id | String | The ID of the worklog record. | [optional] |
issueId | String | The ID of the issue this worklog is for. | [optional] |
properties | List<EntityProperty> | Details of properties for the worklog. Optional when creating or updating a worklog. | [optional] |