YouTrack Standalone 2018.1 Help

Export All Issues from a Project

GET /export/{project}/issues

Get all issues with comments from a project.

GET /rest/export/{project}/issues?{max}&{after}

Parameters:

Name

Type

Description

project

projectById

The ID of the project for which issues are exported.

max

integer

The maximum number of issues to export. If empty, 10 issues are exported.

after

integer

The number of issues to skip before collecting the list of issues to export.

Sample

Request:

GET /rest/export/TP/issues

Response:

<issues> <issue> <comment created="1277899067543" text="is it something wrong?" author="root"/> <field name="numberInProject"><value>0</value></field> <field name="summary"><value>susjs</value></field> <field name="priority"><value>1</value></field> <field name="description"><value>at jsjsjsj.mps.E.java at line 12</value></field> <field name="created"><value>1277392628191</value></field> <field name="updated"><value>1277399118476</value></field> <field name="reporterName"><value>root</value></field> <field name="updaterName"><value>root</value></field> <field name="state"><value>Submitted</value></field> <field name="subsystem"><value>No subsystem</value></field> <field name="fixedInBuild"><value>Next build</value></field> <field name="permittedGroup"><value>All Users</value></field> </issue> </issues>
Last modified: 7 March 2019