Replies: 2 comments 1 reply
-
As far as I can tell they should be returned when you get a merge request. https://docs.gitlab.com/ee/api/merge_requests.html#get-single-mr Can you give some example code of what you are doing that isn't working? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@JohnVillalovos Sorry, it is working fine. I was trying to fetch labels associated with a merge request like below. I was accessing wrong attribute "label" instead of "labels". |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Using the package I can we can get merge request metadata like title, description with its id but I couldn't get the labels. Is there a way we can get labels associated to a merge request?
Beta Was this translation helpful? Give feedback.
All reactions