Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Issues /related_merge_requests endpoint #675

Closed

Conversation

fvarose
Copy link

@fvarose fvarose commented Jul 20, 2023

This adds a missing endpoint for issues: /related_merge_requests.

I confirmed this works by testing with a local GitLab instance running via gdk:

pry(main)> Gitlab.related_merge_requests(7, 8).length
=> 2

pry(main)> Gitlab.related_merge_requests(7, 8)
=> [#<Gitlab::ObjectifiedHash:1560 {hash: {"id"=>28, "iid"=>1, "project_id"=>7, "title"=>"Dolorem id velit magnam ut ut aut beatae.", "description"=>"Molestiae quam corrupti sed facere id.", "state"=>"merged", ... }}]

@mnuzzo24
Copy link

mnuzzo24 commented Aug 8, 2023

Hi @NARKOZ

Would you be able to take a look at this, please?

Thanks in advance 🙏

cc : @fvarose

Copy link

github-actions bot commented Nov 7, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Inactive label Nov 7, 2023
@github-actions github-actions bot closed this Nov 17, 2023
@NARKOZ NARKOZ removed the stale Inactive label Jun 13, 2024
@NARKOZ NARKOZ reopened this Jun 13, 2024
@NARKOZ
Copy link
Owner

NARKOZ commented Jun 14, 2024

Added in #683
Thank you.

@NARKOZ NARKOZ closed this Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants