Gitlab: Get merge request from commit id

I am using the gitlab API and I am creating a change log. I am using a merge request in my project. In my changelog, I get all the commits ordered by id, and now I want to receive a gitlab merge request to receive its message. How can I get a merge request from a commit id?

Thanks,

+5
source share
1 answer
+1
source

Source: https://habr.com/ru/post/1233856/


All Articles