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
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
Please sign in to leave a comment.
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.
Well, please try as follows http://confluence.jetbrains.com/display/YTD6/Export+All+Issues+from+a+Project and separately for getting attachments http://confluence.jetbrains.com/display/YTD6/Get+Attachments+of+an+Issue
Thank you.
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
Good to know.
Thanks for your feedback. It's assumed variable=value format.
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.