Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitlab: Get merge request from a commit id

Tags:

php

gitlab

api

I'm using the API of gitlab and I'm building a changelog. I use merge request in my project. In my changelog I get all commits ordered by id and now I want to get the merge request of gitlab to get his message. How can I get a merge request from a commit id?

Thanks,

like image 537
Dani Tome Avatar asked Oct 16 '15 10:10

Dani Tome


1 Answers

It is an open issue in gitlab:

https://gitlab.com/gitlab-org/gitlab-ce/issues/28037

like image 51
Dan Alvizu Avatar answered Oct 31 '22 08:10

Dan Alvizu