GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

Support for non_archived attribute when retrieving issues #811

Open miwebbdev opened 5 months ago

miwebbdev commented 5 months ago

The Gitlab API has support for the non_archived attribute when fetching issues. This is currently not exposed in the code, however.

Is this something that could be added?