Skip to content

Add changes_count attribute to all-merge-requests API

Proposal

The API to get a single merge request returns the changes_count attribute. However, the APIs to get all merge requests for a group or project do not return this attribute. Users who wish to check this attribute for all merge requests in a group or project must call an additional endpoint to get the data.

It appears the attribute was originally added in !15178 (merged).