v1

latestSwagger 2.02026-07-143240155.0 KB

Updates an existing worklog entry.

<p>Note that:</p> <ul> <li>Fields possible for editing are: comment, visibility, started, timeSpent and timeSpentSeconds.</li> <li>Either timeSpent or timeSpentSeconds can be set.</li> <li>Fields which are not set will not be updated.</li> <li>For a request to be valid, it has to have at least one field change.</li> </ul>
put/api/2/issue/{issueIdOrKey}/worklog/{id}

Query parameters

adjustEstimatestring

(optional) allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are <ul> <li>"new" - sets the estimate to a specific value</li> <li>"leave"- leaves the estimate as is</li> <li>"auto"- Default option. Will automatically adjust the value based on the new timeSpent specified on the worklog</li> </ul>

newEstimatestring

(required when "new" is selected for adjustEstimate) the new value for the remaining estimate field.

Response

Successful Response