OptionaladjustOptionalauthorOptionalcommentA comment about the worklog in Atlassian Document Format. Optional when creating or updating a worklog.
OptionalcreatedThe datetime on which the worklog was created.
OptionalexpandUse expand to include additional
information about work logs in the response. This parameter accepts properties, which returns worklog
properties.
OptionalidThe ID of the worklog record.
OptionalissueThe ID of the issue this worklog is for.
The ID or key the issue.
OptionalnewThe value to set as the issue's remaining time estimate, as days (#d), hours (#h), or minutes (#m or #). For
example, 2d. Required when adjustEstimate is new.
OptionalnotifyWhether users watching the issue are notified by email.
OptionaloverrideWhether the worklog entry should be added to the issue even if the issue is not editable, because jira.issue.editable set to false or missing. For example, the issue is closed. Connect and Forge app users with Administer Jira global permission can use this flag.
OptionalpropertiesDetails of properties for the worklog. Optional when creating or updating a worklog.
OptionalreduceThe amount to reduce the issue's remaining estimate by, as days (#d), hours (#h), or minutes (#m). For example,
2d. Required when adjustEstimate is manual.
OptionalselfThe URL of the worklog item.
OptionalstartedThe datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.
OptionaltimeThe 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.
OptionaltimeThe 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.
OptionalupdateOptionalupdatedThe datetime on which the worklog was last updated.
Optionalvisibility
Defines how to update the issue's time estimate, the options are:
newSets the estimate to a specific value, defined innewEstimate.leaveLeaves the estimate unchanged.manualReduces the estimate by amount specified inreduceBy.autoReduces the estimate by the value oftimeSpentin the worklog.