Creating a merge request: assignee, reviewer and label do not work

Created by: lpapp

Hi,

I am on Mac OS (Monterey 12.2.1.).

I installed glab through brew.

glab auth login works fine.

When I am trying to create a merge request, what happens is that -a laszlo.papp creates /assignee laszlo.papp in the description (body) of the merge request. Why is this happening as opposed to selecting me as the assignee in the Assignee drop-down list?

We are using this gitlab version on the server: https://gitlab.com/gitlab-org/gitlab/-/tags/v14.0.12-ee

glab --version
glab version 1.22.0 (2022-01-10)

This is the command I am trying to use:

glab mr create -a laszlo.papp -b target_branch -f -w

The username is correct because if I try to remove one character from it, I am getting an error. Also, this is the user name used for authentication at login (git auth login) which also works.

I wanted to get more information, but I cannot see a --verbose, --trace, --debug or some similar option.

Would you be able to help me out with this? Thanks.