Hello,
I am using Gitlab API to retrieve my project issues and their notes.
For each issue I send a request for getting notes such as http://myproject.com/api/v4/projects/xx/issues/y/notes
And for some issues, I have a weird result. If my issue contains system notes (such as "xx created branch yy to address this issue " and “xx mentioned in merge request z”), the x-total header gives a value that corresponds to the number of notes I see in HMI but, the api does not return these system notes. So the x-total value is not matching the number of notes returned by the api.
I would like to know if this is a wanted behaviour or a known issue?
Thanks