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,