gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
657 stars 116 forks source link

Is there support for threaded replies #11

Closed tvogel8570 closed 5 years ago

tvogel8570 commented 5 years ago

I'm looking to bring over issues from a different system that has multiple replies to the original issue. How is that handled using this application?

gavinr commented 5 years ago

Please see readme:

Currently imports title, description, labels, and milestones.

Replies not currently supported (and I don't think GitHub would allow this because you cannot make a comment on someone else's behalf) - best workaround I would suggest would be to put the comments into the "description" in the original dataset then import.