resolve a merge request thread via API permission for reporter role
I am trying to close a merge request thread via the API with a personal token
from a user that has the role REPORTER
, the same token was used to create
the merge request thread. But it seems that a REPORTER
can create and update
a merge request note ( mr thread is a list of notes), while he can't resolve it.
Used API calls
WORKS: https://docs.gitlab.com/ce/api/discussions.html#create-new-merge-request-thread
WORKS: https://docs.gitlab.com/ce/api/notes.html#modify-existing-merge-request-note
FAILS: https://docs.gitlab.com/ee/api/discussions.html#resolve-a-merge-request-thread
Could we please verify that this is the case?
Edited by 8de2fdb0