Save comments in merge request

Hello,

I’m looking for a way of storage the comments that are made in a merge request. Is there an API or something that I can call to get the comments?

Thanks!

Looks like you can access all Merge Request comments using the Notes API: https://docs.gitlab.com/ce/api/notes.html#list-all-merge-request-notes

3 Likes