-
- Downloads
Merge branch 'api/issues-filter-labels' into 'master'
API: Filter issues by labels While working on [laboard](https://gitlab.com/jubianchi/laboard) I had some issues with the API : I was not able to filter issues by labels so I had to write some logic to do it on my side. I think it will be useful to have this feature supported by the Gitlab API. I added the filtering logic on `/issues` and `/projects/:id/issues`. The commits are not squashed but I'll do it once everything seems ok to you. See merge request !169
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/models/project.rb 1 addition, 1 deletionapp/models/project.rb
- doc/api/issues.md 8 additions, 0 deletionsdoc/api/issues.md
- lib/api/issues.rb 24 additions, 3 deletionslib/api/issues.rb
- spec/requests/api/issues_spec.rb 64 additions, 1 deletionspec/requests/api/issues_spec.rb
Loading
Please register or sign in to comment