Learn R Programming

gitlabr (version 0.5.1)

get_issues: Get issues of a project or user

Description

Get issues of a project or user

Usage

get_issues(project = NULL, issue_id = NULL, verb = httr::GET, ...)

get_issue(issue_id, project, ...)

Arguments

project
project name or id, may be null for all issues created by user
issue_id
optional issue id (projectwide iid, not gitlab API id)
verb
ignored; all calls with this function will have gitlab's default verb httr::GET
...
further parameters passed on to gitlab, may be state, labels, issue id, ...

Details

get_issue provides a wrapper with swapped arguments for convenience, esp. when using a project connection