[go: up one dir, main page]

Skip to content

Gitlab API to fetch total # of changes in a single MR ( i.e lines of code added and deleted stats)

Question : Is there any Gitlab API to fetch total # of changes in a single MR ( i.e lines of code added and deleted stats) The total number of changes are available on the GUI Screenshot_2022-09-12_at_1.01.23_PM

And stats query also available in individual commits API

But there is no API query available to fetch total number of changes in a single MR

Maybe if we can enable the "stats" query for a single MR as we have for a single commit https://docs.gitlab.com/ee/api/commits.html#get-a-single-commit