Create list for merge requests made to master with project/group details
Hello All,
I am trying to get all the merge requests made to master branch with project and group details.
I have used curl command as following
[curl --header "PRIVATE-TOKEN: Kxxxxxxxxxxxxxxx" https://git.xxxx.com/api/v4/merge_requests?target_branch=master ]
to get the details for all merge request made to master and the output list shows merge request names but gives only ID's to project and group names. I would like to also get the project name and group name details among with it.
Can anyone recommend the curl command for it?
Thank you