Hi Everyone!
I engaged in supporting development so I need to analyze problems during merge requests. Espesially comments to lines of a changed code that appears like discussions on merge requests.
Is there any way to GET a single line comment specifying with a line number to which it was posted? I’ve found the API command to POST a line commit comment but nothing about gettin back an information about it.
In a few words, how can I found to what line the comment was posted using the GitLab API?
Thank You