Export all issues with attached comments and files

I want to export a full issues list of a project, with all attached files, as well as the attached comments. I would describe this as a "full export" of all available data, which stands for a project.

Using CSV I do not get any options, on how to customize my export. How would I achive my requirement of a "full export"?

Thanks
0
6 comments
Hello,

With Issuesin CSV you may export alll the data under Everything context, but without attachements.
To export issues with attachements, please use http://confluence.jetbrains.com/display/YTD6/Import+REST+API

Thank you.
0
Avatar
Klaus H rmann-Engl
Thanks for your replay. Your URL contains the Import REST API. I would like to export issues. Any comment on that?
0
Avatar
Klaus H rmann-Engl
Thanks again. I managed to export all issues with all comment for my desired project.

The only thing I am not very pleased with is the way the documentation tells me to set the maximum numer of issues to be exported. In the documentation it says as following:

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

I tried following:
"/rest/export/my_project_id/issues?400"
which did not work. The following worked:
"/rest/export/my_project_id/issues?max=400".

I use Youtrack 5.2.5 Build 8823.

Thanks
0
Hello,

Good to know.
Thanks for your feedback. It's assumed variable=value format.
0

To those who found this thread and would like to export their issues with comments and attachments. We still recommend doing it using the REST API. Here you can find a similar example of exporting a list of issues with all values. One more example shows you how to get issue attachments via REST API. 

0

Please sign in to leave a comment.