Ask Your Question

Revision history [back]

Yes, GitLab merge requests and their accompanying comments can be exported into a CSV file using the GitLab API. You can use the "Merge Request API" to get all the information related to a specific merge request and its comments, and then export it to a CSV file using a scripting language like Python or Ruby. Alternatively, you can also use a tool like GitLab's own "Export/Import" feature to export merge requests and their associated comments to a CSV file.