Hi guys. I am unable to create merge requests between two forks of the same project.
I have a repo, examplegroup/project, that is forked by two different users, user.a and user.b. I am able to create merge requests between the forks and the parent repo (e.g. mr from user.a/project into examplegroup/project, and vice versa), but I am unable to create a merge request from user.a/project into user.b/project or vice versa. Both users have at least developer permissions in the other repo (in fact, I’m attempting this with an admin user).
Is this possible to do? I’ve found a few other threads online asking about the same thing, but didn’t see any clear answer or resolution. Am I doing something wrong, or is it just not possible?
This is a relatively fresh installation using gitlab-7.9.2_omnibus-1.el6.x86_64.rpm
Thanks in advance!