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,
source share