GitLabApiClient
GitLabApiClient copied to clipboard
fix: issue search in
According to the GitLab API Documentation, there exists an in
attribute for issue searching.
https://docs.gitlab.com/ee/api/issues.html
Implemented this for faster searching.