-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a new merge request note does not allow for optional parameters #1193
Comments
It is just outdated because the contract has changed. Feel free to provide a pull-request. |
@jmini I can provide a merge request to add |
…ussionApi merge requests (gitlab4j#1193) - Replace unmappable characters in javadocs
The
I would say that when you read a merge request https://docs.gitlab.com/ee/api/merge_requests.html#get-single-mr But if I understand the docs, it is not required if you are not using the And to trigger a merge on a MR there are other API methods. So I do not really see a use-case for this What do you think? |
I am aware that my case is quite unique and you bring up a valid point. With the current code, there is no way to obtain the commit sha from an existing comment. My use case was to create a merge request thread and then retrieve it based on the commit it was made on. It helped validating that a specific merge request was already reviewed in that specific commit. |
…ussionApi merge requests (gitlab4j#1193) - Replace unmappable characters in javadocs
As described in the documentation:

it should be possible for example to create a note with a commit reference.
Sadly, the values:
cannot be set with the current note api:
This is a huge blocker for us, I attempted writing my own CURL request with no success.
The text was updated successfully, but these errors were encountered: