If I got that right a secret token is used to access the new Redmine endpoint for updating the merge request info. The issue is determined using the redmine issue id specified in merge request.
We have a use case where we're using an external version control system which should ideally not be able to assign merge requests to issues that are not located in a certain redmine project (in case of typos etc).
Is there a way we can do that? :)