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 .not() operator to the MergeRequestFilter #1049

Closed
KoCoder opened this issue Oct 27, 2023 · 3 comments · Fixed by #1070
Closed

Add the .not() operator to the MergeRequestFilter #1049

KoCoder opened this issue Oct 27, 2023 · 3 comments · Fixed by #1070
Assignees

Comments

@KoCoder
Copy link
Contributor

KoCoder commented Oct 27, 2023

Returns merge requests that do not match the parameters supplied. Works with labels, milestone, author_id, author_username, assignee_id, assignee_username, reviewer_id, reviewer_username, my_reaction_emoji

@ritikverma2000
Copy link

ritikverma2000 commented Oct 28, 2023

Hi @KoCoder I would like to work on this issue can you assign me this issue ?
Also give me some example of the issue which you are facing.

@KoCoder
Copy link
Contributor Author

KoCoder commented Oct 30, 2023

Since I'm not a maintainer of this Repository, I can't assign you to this issue. Anyways feel free to implement this on your own fork and then create a PR.

@jmini
Copy link
Collaborator

jmini commented Oct 30, 2023

I thought I already did it, but the open MR is adding the not support in the EpicFilter: #1005

Usage of the not attribute is described here:
https://docs.gitlab.com/ee/api/merge_requests.html#list-merge-requests

I welcome a PR for this issue.
@ritikverma2000 feel free to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants