Module gitlab_api::issues::group [] [src]

List group issues

https://docs.gitlab.com/ce/api/issues.html#list-group-issues

List group issues

Get a list of a group's issues.

GET /groups/ID/issues
GET /groups/ID/issues?state=opened
GET /groups/ID/issues?state=closed
GET /groups/ID/issues?labels=foo
GET /groups/ID/issues?labels=foo,bar
GET /groups/ID/issues?labels=foo,bar&state=opened
GET /groups/ID/issues?milestone=1.0.0
GET /groups/ID/issues?milestone=1.0.0&state=opened
Attribute Type Required Description
id integer yes The ID of a group
state string no Return all issues or just those that are opened or closed
labels string no Comma-separated list of label names, issues must have all labels to be returned
milestone string no The milestone title
order_by string no Return requests ordered by created_at or updated_at fields. Default is created_at
sort string no Return requests sorted in asc or desc order. Default is desc

Structs

IssuesLister