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 Issues

Last modified: 17 December 2019

PUT /import/{project}/issues

Bulk issues import

Parameters:

Request body:
Predefined and custom fields are provided using the same notation:

If field is single valued only first value element is taken. 'Field' element for optional fields could be omitted.Following predefined fields are available:

Response body:
Response contains an 'item' element for every issue from the request. If issue can be imported then attribute 'imported' of the respective 'item' element is 'true'. Otherwise the 'imported' attribute is 'false' and there are 'error' subelements with additional information about nature of the import problem.
If request query parameter 'test' is true, then no issues are actually saved to database. With such requests one can check if import data is correct.

Sample

Correct

Request:

Response:

Error

Request:

Response: