Cross-project branch merge request fails #716
pkenterlis
started this conversation in
General
Replies: 1 comment
-
Hi @pkenterlis, it's not very clear but the source project is passed as parameter when you retrieve the MergeRequest mergeRequest = client.GetMergeRequest(<sourceProjectId>)
.Create(mergeRequestCreate).; You can find the corresponding GitLab API doc: https://docs.gitlab.com/ee/api/merge_requests.html#create-mr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to merge branches from two different projects. The user has owner access to both projects.
However, I get 403 error on the
Create(mergeRequestCreate)
method above. Am i doing something wrong? I believe the SourceProjectId property is missing from the MergeRequestCreate object.Beta Was this translation helpful? Give feedback.
All reactions