YouTrack Server
 
2019.2
Get YouTrack Standalone
You are viewing the documentation for an earlier version of YouTrack Server. View this page in the current documentation

Edit Existing Work Item

Last modified: 17 December 2019

PUT /rest/issue/{issue}/timetracking/workitem/{workitemID}

Edit existing work item for a particular issue.

Parameters:

In the request code you can edit provide the following parameters of a work item (within <workItem> tag):

  1. <date> — date and time of the new work item in Unix Epoch time format

  2. <duration> — duration of the new work item, in minutes

  3. <description> — activity description

Sample

Request

Response