0

I have a GitLab repo. I want to download all the details of the merge requests I have done in my remote repo and save it to a file which can be xml or txt or csv or anything..

Is there anyway to do this?

I am behind this for a long time and still I don't get any ways to do this.

Thanking you in advance.

torek
  • 448,244
  • 59
  • 642
  • 775
R-K
  • 25
  • 1
  • 6

1 Answers1

1

I don't think there is any way to get all merge request details as a file.

However, you can use the Gitlab API to get all details for a specific merge request. You can then of course collect all available details and create a summary file for those.

dhh
  • 4,289
  • 8
  • 42
  • 59