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

Import Workitems

Last modified: 17 December 2019

PUT rest/import/issue/{issue}/workitems

Import work items to selected issue.

Parameters:

In the request code you should provide the following parameters for each work item to be imported (a work item is designated with <workItem> tag):

  • <author> — login name of the user who will be set as the author of the work item

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

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

  • <description> — activity description

For a sample code please see below.

Sample

Request

Response