Module gitlab_api::issues [] [src]

List issues

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

List issues

Get all issues created by the authenticated user.

GET /issues
Attribute Type Required Description
state string no Return all issues or just those that are opened or closed
labels string no Comma-separated list of label names, issues with any of the labels will be returned
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

Modules

group

List group issues

project

List project issues

single

Single issue

Structs

Issue
IssuesLister

Enums

IssueState
ListingOrderBy
State

Type Definitions

Issues